Difference between revisions of "Getting Started with Python"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=Notes= | =Notes= | ||
* See [http://www.diveintopython.org/] where you can download the | * See [http://www.diveintopython.org/ diveintopython.org] where you can download the book and examples - diveintopython-pdf-5.4.zip ... | ||
* [http://docs.python.org/tut/tut.html Official Python Tutorial] | * [http://docs.python.org/tut/tut.html Official Python Tutorial] | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 13:33, 18 August 2008
Notes
- See diveintopython.org where you can download the book and examples - diveintopython-pdf-5.4.zip ...
- Official Python Tutorial