<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Oct 2, 2008 at 4:38 PM, robean <span dir="ltr"><<a href="mailto:st1999@gmail.com">st1999@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have been learning Python for the last 3 months or so and I have a<br>
working (but somewhat patchy) sense of the the language. I've been<br>
using a couple of the more popular Python books as well as online<br>
resources.<br>
<br>
A question for experienced Python programmers: can you recommend<br>
resources where I can look at high quality Python code and scripts?<br>
I've spent some time at <a href="http://code.activestate.com/recipes/" target="_blank">http://code.activestate.com/recipes/</a> but am<br>
concerned that the quality of what is posted there can be somewhat hit<br>
and miss.  What I have in mind is a site like cpan, where one can look<br>
at the actual source code of many of the modules and learn a thing or<br>
two about idiomatic Perl programming from studying the better ones.<br>
Any sites like that for Python? (You can of course look up Python<br>
modules on <a href="http://docs.python.org" target="_blank">docs.python.org</a>, but, as far as I can tell, not the actual<br>
source code). Many thanks.<br>
<font color="#888888"></font></blockquote><div><br>If you want to look at the python source, you can either download the source tarballs for the latest release from <a href="http://python.org">python.org</a> or you can look at the svn repository. (<a href="http://svn.python.org/projects/python/trunk">http://svn.python.org/projects/python/trunk</a>).<br>
</div><br></div><br></div>