Python

TwitterFacebook
Get flash to fully experience Pearltrees
django

http://adam.gomaa.us/blog/2008/aug/11/the-python-property-builtin/ So I'm going to start writing every day. Hold me to that, please. Today I'm writing about one little corner of Python, the property function .

The Python Property Builtin

TimeComplexity

http://wiki.python.org/moin/TimeComplexity This page documents the time-complexity (aka "Big O" or "Big Oh") of various operations in current CPython.
Testing&ContinousIntegration

http://wiki.python.org/moin/BeginnersGuide/Programmers

BeginnersGuide/Programmers

Python for Programmers The tutorials on this page are aimed at people who have previous experience with other programming languages (C, Perl, Lisp, Visual Basic, etc.).
http://code.google.com/edu/languages/google-python-class/index.html

s Python Class - Google's Python Class - Google Code

Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.
In this interactive tutorial, we'll cover many essential Python idioms and techniques in depth, adding immediately useful tools to your belt. There are 3 versions of this presentation: ©2006-2008, licensed under a Creative Commons Attribution/Share-Alike (BY-SA) license . http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html

Code Like a Pythonista: Idiomatic Python