Difference between revisions of "Python"
Jump to navigation
Jump to search
m |
m (→Books) |
||
Line 5: | Line 5: | ||
=== Books === | === Books === | ||
[http://www.diveintopython.net/index.html Dive Into Python] | [http://www.diveintopython.net/index.html Dive Into Python] | ||
[http://gnosis.cx/publish/programming/regular_expressions.html Text Processing in Python] | |||
== Python Frameworks == | == Python Frameworks == |
Revision as of 09:16, 3 January 2013
My Python notes
Python resources
Books
Python Frameworks
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Python programming notes
Python on Linux
Linux Mint 14 Nadia with Cinnamon
The basic install of Mint 14 with Cinnamon comes with Python 3.2.3 and 2.7.3.
Invoking Python 3.2 Interpreter
$ python3.2 Python 3.2.3 (default, Oct 19 2012, 19:53:16) [GCC 4.7.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>>
Note: I don't use Python 2.x versions