Python: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* [http://www.python.org/docs "official" documentation] | * [http://www.python.org/docs "official" documentation] | ||
== | == Learning Python == | ||
* [http://www.greenteapress.com/thinkpython/ How to Think Like a (Python) Programmer] | * [http://www.greenteapress.com/thinkpython/ How to Think Like a (Python) Programmer] |
Revision as of 21:43, 2 June 2008
Python is a scripting language written by Guido van Rossom.
The name actually refers to Monty Python, the charmingly irreverent and absurdist comedy troupe, as opposed to venomous snake.
Website
Learning Python
- The "official" course textbook
- A nice quick intro to programming with Python as the specific language.
- Another good, free, resource
Useful Add-ons (Libraries)
- PythonImageLibrary (PIL)
- feedparser