Computing/Python: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
*[http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] from Activestate | *[http://aspn.activestate.com/ASPN/Python/Cookbook/ Python Cookbook] from Activestate | ||
*[http://infohost.nmt.edu/tcc/help/pubs/lang.html Python quick reference] | *[http://infohost.nmt.edu/tcc/help/pubs/lang.html Python quick reference] | ||
*[http://gnosis.cx/publish/tech_index_cp.html Charming Python] - series of articles | |||
*[http://cheeseshop.python.org/pypi The Python Cheese Shop] is a repository of software for the Python programming language | *[http://cheeseshop.python.org/pypi The Python Cheese Shop] is a repository of software for the Python programming language | ||
Revision as of 07:25, 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
- Charming Python - series of articles
- 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.
- Python package index
- The Vaults of Parnassus: Python Resources - a repository of Python software
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