Differences between revisions 72 and 77 (spanning 5 versions)
Revision 72 as of 2010-04-28 20:10:12
Size: 4602
Editor: proxy
Comment: Added another tutorial link and unindented the bottom link so it is not under showmedo
Revision 77 as of 2011-05-07 11:45:07
Size: 5112
Editor: host-41-38
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * [[http://www.amazon.com/exec/obidos/tg/sim-explorer/explore-items/-/0735710910/0/101/1/none/purchase/ref=pd_sxp_r0/002-0605932-8839237|Python Essential Reference]] (book) If you want a highly compressed K&R-style 'just the facts' overview, David Beazley's "Python Essential Reference" covers practically all of the language in about a hundred pages.  * [[http://www.worldcat.org/title/python-essential-reference/oclc/288985690|Python Essential Reference]] (book) If you want a highly compressed K&R-style 'just the facts' overview, David Beazley's "Python Essential Reference" covers practically all of the language in about a hundred pages.
Line 30: Line 30:
 * [[http://wiki.github.com/gregmalcolm/python_koans/|Python Koans]] Learn Python through TDD
 * [[http://stromberg.dnsalias.org/~dstromberg/Intro-to-Python/|Intro to Python]] - A Brief Presentation about Python mainly aimed at experienced programmers. Might be nice as a first pass over the language.
 * [[http://www.python-course.eu|Python Course]] - This online Python course is aiming at beginners and with advanced topics at experienced programmers as well.
* [[http://www.pbali.com|Bali]] - covers particular tasks such as parsing text and writing unit tests.

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.). Also of potential interest are such related Beginners Guides as BeginnersGuide/Overview and BeginnersGuide/NonProgrammers, and the tips in MovingToPythonFromOtherLanguages.

* Bali - covers particular tasks such as parsing text and writing unit tests.

BeginnersGuide/Programmers (last edited 2024-11-20 01:24:35 by huhuhang)

Unable to edit the page? See the FrontPage for instructions.