Re: Examples of high-quality python code?
--- kaens <apatheticagnostic@xxxxxxxxx> wrote:
Anyhow, I'm looking to expand my understanding of
python, and I feel
that one of the best ways to do that is looking at
other peoples code.
A lot of the built-in Python modules are implemented
in pure Python. If you are using any of those so far
and find them useful, you could read the source code
for those.
____________________________________________________________________________________
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.
http://sims.yahoo.com/
.
Relevant Pages
- Re: Examples of high-quality python code?
... to see how quickly I could start building non-trivial apps with it. ... that one of the best ways to do that is looking at other peoples code. ... so I was hoping some of the more experienced python people could ... Reading ReportLab source ... (comp.lang.python) - Re: language/distro preferences
... libraries are inconsistentand everything is in a big mess, ... > This makes me wonder what the python group things about these other ... Gentoo makes administration life so much ... > install most programs by hand because I either couldn't find a stupid ... (comp.lang.python) - Re: Explanation of Instance Variables in Python
... >>I am writing a chapter for teaching OOP in Python. ... attributes in general is critical to understanding its implementation of OOP. ... fish, not serving fish, though;-): ... (comp.lang.python) - Re: "Private" Member Variables
... I'm having trouble understanding to what extent I ... > should follow this policy in my Python code so I thought I'd ask the group. ... Holy cow, Scott! ... approach to information hiding isn't broken. ... (comp.lang.python) - Re: Nested function scope problem
... #> Python construct does. ... For me, Python variable behaves just like a C++ variable (a pointer, ... #> what the idfunction is to a Python programmer. ... At least in my understanding, which, up to now, was ... (comp.lang.python) |
|