Computing/Python: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
==Tutorials==
*[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]
*[http://www.ibiblio.org/obp/thinkCSpy/ How to Think Like a Computer Scientist: Learning with Python]
==General reference==
*[http://www.ibm.com/developerworks/library/l-cheatsheet3.html Python 101 cheat sheet]
*[http://docs.python.org/lib/lib.html Python Library Reference]
*[http://docs.python.org/lib/lib.html Python Library Reference]
*[http://wiki.python.org/moin/PerlPhrasebook Perl to Python]
*[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.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://infohost.nmt.edu/tcc/help/pubs/lang.html Python quick reference]
*[http://gnosis.cx/publish/tech_index_cp.html Charming Python] - series of articles


==Software==
*[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
*[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.python.org/pypi Python package index]
*[http://www.python.org/pypi Python package index]
*[http://www.vex.net/parnassus/ The Vaults of Parnassus: Python Resources] - a repository of Python software
*[http://www.vex.net/parnassus/ The Vaults of Parnassus: Python Resources] - a repository of Python software
Line 33: Line 32:
*[http://biopython.org/ BioPython] is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics
*[http://biopython.org/ BioPython] is a distributed collaborative effort to develop Python libraries and applications which address the needs of current and future work in bioinformatics
*[http://www.scipy.org/ SciPy] is an open-source software for mathematics, science, and engineering
*[http://www.scipy.org/ SciPy] is an open-source software for mathematics, science, and engineering
==Miscellaneous==
*[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
*[http://wiki.python.org/moin/PerlPhrasebook Perl to Python]
*[http://www.amk.ca/python/howto/regex/ Py Reg Ex]
*[http://gnosis.cx/publish/tech_index_cp.html Charming Python] - series of articles


==OWW pages==
==OWW pages==

Revision as of 14:13, 12 June 2007

Tutorials

General reference

Software

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

Miscellaneous

OWW pages