-
Notifications
You must be signed in to change notification settings - Fork 1
SuggestedReading
PythonCHB edited this page Jul 11, 2012
·
4 revisions
This is a selection of suggested articles, etc for gaining a better understanding of what Python is about:
This is a "classic", and often cited article by Phillip J. Eby. It give some good arguments about how and why to write simpler Python code. -- you may want to read some of the "rebuttals" to the article as well.
One more instructional text -- looks pretty good: Building Skill in Python
This one is a summary of a thread from c.l.p, with a really nice explanation by Alex MArtelli -- in fact, ready anything Alex has written -- it's good stuff.
How to Think like a Pythonista
Similar in gist to Alex Martelli's essay, but more terse and direct
A bit out of date now, but still good stuff.