Computing/Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
*[http://www.turbogears.org/ TurboGears] - "Python on Rails"
*[[BE.180:Python|Python intro tutorial]] from BE.180 course
*[[BE.180:Python|Python intro tutorial]] from BE.180 course
*[http://diveintopython.org/toc/index.html Dive Into Python]
*[http://diveintopython.org/toc/index.html Dive Into Python]
Line 6: Line 5:
*[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]
*[http://www.amk.ca/python/howto/regex/ Py Reg Ex]
*[http://www.amk.ca/python/howto/regex/ Py Reg Ex]
*[http://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
*[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
Line 13: Line 11:
*[http://developer.yahoo.com/python/ Python Developer Center] at Yahoo
*[http://developer.yahoo.com/python/ Python Developer Center] at Yahoo
*[http://www.onlamp.com/python/ ONLamp.com Python DevCenter] has a large archive of articles and tutorials about Python.
*[http://www.onlamp.com/python/ ONLamp.com Python DevCenter] has a large archive of articles and tutorials about Python.
==Web application frameworks==
*[http://www.turbogears.org/ TurboGears] - "Python on Rails"
*[http://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

Revision as of 14:44, 19 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.