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


Groups > comp.lang.python > #35976

Re: New in Python , Need a Mentor

References <89b75a8a-a2a4-4586-8eff-b9c429e796ed@googlegroups.com> <mailman.1571.1357136955.29569.python-list@python.org> <vtl8e8tb7de8u1phem7ln9op3iies1i7qq@4ax.com>
Date 2013-01-03 03:30 +1100
Subject Re: New in Python , Need a Mentor
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1577.1357144212.29569.python-list@python.org> (permalink)

Show all headers | View raw


On Thu, Jan 3, 2013 at 3:24 AM, Wolfgang Strobl <news4@mystrobl.de> wrote:
> Chris Angelico <rosuav@gmail.com>:
>>I strongly recommend IDLE - much
>>better editing/recall facilities than the command-line Python has),
>>and work through the tutorial:
>
> Well, this is certainly a matter of taste.  I'd recommend using some
> small, language independent programmers editor and some modern
> distributed version control system  right at the beginning. Put your
> code, even the smallest snippets,  under version control, make that a
> habit.  Write small doctests for your code from the very beginning. Try
> to construct your code so that it works equally well as a module and as
> a standalone script   Don't start developing web applications, write
> some small utilities for your own needs, first.
>
> Personally, I suggest SciTE and TortoiseHG on Windows, but that too is,
> as I said, a matter of taste.

I don't edit code in IDLE, I just use it for interactive work. For
actual script editing, agreed (though I use git rather than hg), but
it really does help to have a way to *very* quickly test a line or two
of code.

ChrisA

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


Thread

Re: New in Python , Need a Mentor Wolfgang Strobl <news4@mystrobl.de> - 2013-01-02 17:24 +0100
  Re: New in Python , Need a Mentor Chris Angelico <rosuav@gmail.com> - 2013-01-03 03:30 +1100
    Re: New in Python , Need a Mentor someone <newsboost@gmail.com> - 2013-01-05 12:33 +0100
  RE: New in Python , Need a Mentor "Sells, Fred" <fred.sells@adventistcare.org> - 2013-01-02 17:24 +0000

csiph-web