Computing/Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
*[[BE.180:Python|Python intro tutorial]] from BE.180 course
*[[BE.180:Python|Python intro tutorial]] from BE.180 course
*[[Harvard:Biophysics_101/2007:Python|Python references]] from Harvard Biophysics 101 course
*[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]

Revision as of 22:20, 31 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