python

TwitterFacebook
Get flash to fully experience Pearltrees
style

graphviz

for:stolati

Note: The code samples in this tutorial uses doctest to make sure that they actually work. Since some code samples behave differently under Linux, Windows, or Mac OS X, they contain doctest directives in comments. Note: Quite some code samples references the ctypes c_int type.

ctypes tutorial

http://python.net/crew/theller/ctypes/tutorial.html
Charter

Distutils-SIG

http://www.python.org/community/sigs/current/distutils-sig/
http://wordaligned.org/articles/essential-python-reading-list Here’s my essential Python reading list. I’ve tried to order the items so you can pause or stop reading at any point: at every stage you’ll have learned about as much possible about Python for the effort you’ve put in.

Essential Python Reading List

How not to write Python code » Ikke’s blog

Lately I’ve been reading some rather unclean Python code. Maybe this is mainly because the author(s) of the code had no in-depth knowledge of the Python language itself, the ‘platform’ delivered with cPython,… Here’s a list of some of the mistakes you should really try to avoid when writing Python code: Some days ago RealNitro pointed me at this list of essential Python readings . “ Idiomatic Python ” is a must-read, even for experienced Python developers. That’s about it for now, maybe I’ll add some more items to this list later on. If you have some other hints, comments! http://eikke.com/how-not-to-write-python-code/index.html