2011년 1월 6일 목요일

python web

Python Resources

HomePeoplePythonEmulation

About Python

Python is a programming language that we can thoroughly recommend. On this page, it is intended that various projects that we have been working on can be studied by anyone interested enough to do so. See also David's own projects page!

Python Software

  • The analysis package provides facilities for the analysis of Python source code and the production of summaries and programs in other programming languages.
  • The jailtools distribution consists of modules and programs for restricting the execution of programs using chroot "jails".
  • The kpartplugins package provides useful extensions for KHTML within the Konqueror Web browser.
    (This is mostly David's work.)
  • The libxml2dom package provides a PyXML-style DOM API for libxml2.
  • The pprocess distribution provides elementary, multiprocess parallel programming support for Python programs.
  • The qtxmldom package provides a PyXML-style DOM API for qtxml, KHTML and KHTML via DCOP.
  • The RDFCalendar, RDFMessage and RDFFormats distributions provide facilities for processing and storing information in RDF data stores.
  • The sqltriples distribution provides SQL-accessible RDF data stores.
  • The t616hack distribution provides access to information stored on various mobile telephones.
    (This is based on work by Nelson Minar.)
  • WebOrganiser is a distribution of applications for managing calendars and messages via the Web.
  • The WebStack package provides a common API for Python Web applications.
  • The xhtmlhook module permits the importing of XHTML documents within Python as Python modules.
    (This is mostly David's work.)
  • The XSLTools package provides XML/XSL processing support for Python applications.

Python Documentation

Other Python Documentation

For up-to-date information on Python Web frameworks, see the WebProgramming section of the PythonInfo Wiki. (The original basis of that section was the "Python Web Frameworks" overview and the comparison of Python framework features and J2EE standards found on this site.)