Python
Subcategories
Browse by subcategory.
Listings
All links in this category.
Showing 1–29 of 29 editor-approved links.
Using functions and exception pattern dictionaries to simplify error recovery.
An Interview with Guido van Rossum. A conversation with the creator of Python about an effort to teach Python to non-computer science students.
By Guido van Rossum, Fred L. Drake, Jr.; Network Theory Ltd., 2003, ISBN 0954161769. Printed edition of official tutorial, for v2.x, from Python.org. [Network Theory, online]
By Sean McGrath; Prentice Hall PTR, 2000, ISBN 0130211192, has CD-ROM. Methods to build XML applications fast, Python tutorial, DOM and SAX, new Pyxie open source XML processing library. [Prentice Hall PTR]
A set of tools for reverse engineering Python code, including creation of files readable by ArgoUML. Project information, downloads, and bug-track details. [Open Source, GPL]
By Danny Yoo. Visual guide to using IDLE, a simple interactive shell for Python programming. Each step of this tutorial has screenshots for absolute beginners. English, Dutch, German; Greek, French, Italian, Portuguese; Indonesian.
A collection of Python tutorials from resources around the Internet.
Archives of current and past listserv discussions on a LOT of interesting topics. GREAT for researching problems.
An extension for a Python-feel to the Expect library. [Open Source, LGPL]
Python for science. In particular computational chemistry.
A Python programmer's weblog.
Resources for reporting bugs, accessing the Python source tree with CVS and taking part in the development of Python.
Fredericksburg Zope and Python Users Group.
A distutils extension to convert Python scripts into executable Windows programs.
Command line deployment tool for deployment and system administration. [BSD License]
A C++ library which enables seamless interoperability between C++ and the Python programming language.
Python binding for Google's Gmail service. [Open Source, GPL]
Downloads the weather report for a given NOAA station ID, decodes it and the provides easy access to all the data found in the report.
Scanning, Parsing, and Rewriting Kit. [Open Source, BSD-like]
Fast Text Manipulation Tools for Python. [Open Source]
An attempt to glue together a simple, flexible framework that allows you to use XML, XSLT, Apache, and Python to serve web pages. [Open Source, GPL]
A Python module that uses WCTP to send XML forms over HTTP. [Open Source, BSD-like]
A Python XHTML class can be used to programatically generate XHTML documents. [Open source, BSD license]
Python implementation of cross-platform Mustache templating engine. [MIT License]
A templating engine for Python that aims for a high level of compatibility with the Velocity library for Java. Code, documentation, and a project Trac are available. [Open Source, BSD]
An overview of all current Python web frameworks, maintained on the official Python language website by its developer community. Provides a linked list of frameworks organized by popularity and framework scale - from full-stack to minimalist solutions.
An article by the creator of the Python language entitled, "Please Teach me Web Frameworks for Python!" Published in January 2006, with extensive commentary from the Python community.
A barebones PostgreSQL client written in pure Python. [Open Source, MIT]
A native win32 GUI toolkit, taking advantage of low-level calls of the native win32 libraries. Builds upon ctypes. [Open Source, MIT license]