Computing/Python
From OpenWetWare
(Difference between revisions)
| Line 2: | Line 2: | ||
*[http://diveintopython.org/toc/index.html Dive Into Python] | *[http://diveintopython.org/toc/index.html Dive Into Python] | ||
*[http://docs.python.org/tut/ Python Tutorial] | *[http://docs.python.org/tut/ Python Tutorial] | ||
| + | *[http://docs.python.org/lib/lib.html Python Library Reference] | ||
*[http://wiki.python.org/moin/PerlPhrasebook Perl to Python] | *[http://wiki.python.org/moin/PerlPhrasebook Perl to Python] | ||
*[http://www.python.org/doc/2.4.1/lib/lib.html Python Lib Ref] | *[http://www.python.org/doc/2.4.1/lib/lib.html Python Lib Ref] | ||
Revision as of 02:59, 24 January 2007
- Python intro tutorial from BE.180 course
- Dive Into Python
- Python Tutorial
- Python Library Reference
- Perl to Python
- Python Lib Ref
- Py Reg Ex
- How to Think Like a Computer Scientist: Learning with Python
- Python Cookbook from Activestate
- Python quick reference
- The Python Cheese Shop is a repository of software for the Python programming language
- Python Developer Center at Yahoo
- ONLamp.com Python DevCenter has a large archive of articles and tutorials about Python.
Web application frameworks
- TurboGears - "Python on Rails"
- Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- web.py


