Computing/Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 18: Line 18:


==Web programming==
==Web programming==
[http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html CGI Web Applications with Python, Part One] - from the [http://www.pyzine.com/ Online Python Zine], discusses output buffering, etc
*[http://www.python.org/doc/essays/ppt/sd99east/sld038.htm Python CGI Programming] slideshow by Guido van Rossum
*[http://www.pyzine.com/Issue008/Section_Articles/article_CGIOne.html CGI Web Applications with Python, Part One] - from the [http://www.pyzine.com/ Online Python Zine], discusses output buffering, etc


===Application frameworks===
===Application frameworks===

Revision as of 13:02, 12 June 2007

Web programming

Application frameworks

  • TurboGears - "Python on Rails"
  • Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
  • web.py

Graphics

Scientific

  • BioPython is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics
  • SciPy is an open-source software for mathematics, science, and engineering

OWW pages