Re: [Tutor] Code reading for learning Python

2007-08-29 Thread Kent Johnson
Alessandro Dantas wrote: > Hello Everyone, > > I'm learning Python and my preferred method for learning a new language > is to read code written by experts. I guess it makes even more sense in > Python since I've been hearing so much about how your code should be > pythonic to benefit from all

Re: [Tutor] Code reading for learning Python

2007-08-29 Thread Alan Gauld
"Alessandro Dantas" <[EMAIL PROTECTED]> wrote > Can anyone suggest some good pieces of (pythonic???) code? The samples that come with python? The standard library modules? The IDLE IDE? Most of the sourceforge Python projects... Should be enough reading there... :-) Alan G _

[Tutor] Code reading for learning Python

2007-08-29 Thread Alessandro Dantas
Hello Everyone, I'm learning Python and my preferred method for learning a new language is to read code written by experts. I guess it makes even more sense in Python since I've been hearing so much about how your code should be pythonic to benefit from all the language can offer. Can anyone s