Computing/Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 7: Line 7:
*[http://www.ibiblio.org/obp/thinkCSpy/ How to Think Like a Computer Scientist: Learning with Python]
*[http://www.ibiblio.org/obp/thinkCSpy/ How to Think Like a Computer Scientist: Learning with Python]
*[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://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 23:45, 23 January 2007

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