Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #48719

Re: A Beginner's Doubt

References <8a4fced2-7d6c-455e-a482-b6f95b806ab5@googlegroups.com>
Date 2013-06-20 00:20 +1000
Subject Re: A Beginner's Doubt
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.3584.1371651614.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Jun 19, 2013 at 11:58 PM,  <augustofec@gmail.com> wrote:
> My goal is to learn and program it by myself, as good as the time allows me. That said, what I seek here is advice from people who definitively have more experience than me on topics like: is it possible to develop this kind of program in such a short amount of time? What kinds of aspects of Python should I focus on learning? What tutorials and websites are out there that can help me? What kind of already done packages are out there that I can freely use, so I do not need to create all the aspects of the program froms scratch?


One month to develop a program in Python? Absolutely possible, but you
WILL have your work cut out for you :)

You seem to have a fairly readable spec there. It'll be reasonably
straight-forward to turn that into code.

Spend some time writing other little tests, though. One way or
another, you will probably spend the next week writing code you throw
away; if you try to tackle the primary project immediately, you'll
have to rewrite parts of it as you learn. It's easier to throw away a
toy "Hello world" program than hunks of what you thought would be your
final code.

You may want to start with console programs, since they're ever so
much easier to write. But mainly, start writing. You have one month;
the best way to learn is to read stuff and pump stuff out. Make a
whole PILE of rubbishy code, watch what it does, learn from it. You'll
be amazed how much you can achieve in a week, much less a month. And
you'll love Python. :)

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

A Beginner's Doubt augustofec@gmail.com - 2013-06-19 06:58 -0700
  Re: A Beginner's Doubt Neil Cerutti <neilc@norwich.edu> - 2013-06-19 14:19 +0000
  Re: A Beginner's Doubt Chris Angelico <rosuav@gmail.com> - 2013-06-20 00:20 +1000
  Re: A Beginner's Doubt Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-19 08:31 -0700
    Re: A Beginner's Doubt Joel Goldstick <joel.goldstick@gmail.com> - 2013-06-19 12:39 -0400
    Re: A Beginner's Doubt Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-19 19:34 +0100
    Re: A Beginner's Doubt Chris Angelico <rosuav@gmail.com> - 2013-06-20 01:40 +1000
  Re: A Beginner's Doubt Joshua Landau <joshua.landau.ws@gmail.com> - 2013-06-19 17:53 +0100
    Re: A Beginner's Doubt rusi <rustompmody@gmail.com> - 2013-06-19 10:29 -0700
  Re: A Beginner's Doubt Chris Angelico <rosuav@gmail.com> - 2013-06-20 03:01 +1000
  Re: A Beginner's Doubt Terry Reedy <tjreedy@udel.edu> - 2013-06-19 13:57 -0400
    Re: A Beginner's Doubt Rick Johnson <rantingrickjohnson@gmail.com> - 2013-06-19 12:25 -0700
  Re: A Beginner's Doubt augustofec@gmail.com - 2013-06-21 04:31 -0700

csiph-web