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
*[[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]
Line 23: Line 21:
*[http://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
*[http://www.djangoproject.com/ Django] is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
*[http://webpy.org/ web.py]
*[http://webpy.org/ web.py]
==OWW pages==
*[[BE.180:Python|Python intro tutorial]] from BE.180 course
*[[20.181:python_tutorial|Python tutorial]] from 20.181 course
*[[Harvard:Biophysics_101/2007:Python|Python references]] from Harvard Biophysics 101 course
*Scripts by [[User:ShawnDouglas/scripts|ShawnDouglas]]

Revision as of 20:48, 19 February 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

OWW pages