Python
Computers - Programming - Languages - Python. Official site for the interpreted, interactive, object-oriented, extensible programming language. Includes news, documentation, free downloads, and developer information. ...
www.python.org
Python Documentation Index
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. Official tutorial and references, including library/module usage, Macintosh libraries, language syntax, extending/embedding, and the Python/C API. Also links to off-site beginners' tutorials, HOWTOs, and many special interest topics ...
www.python.org
Python and UML
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. Can the UML help Python developers How about CP4E? ...
www.objectsbydesign.com
Learning Python
Computers - Programming - Languages - Python - Personal Pages. A weblog tracking one man's journey into Python. ...
www.learningpython.com
Python CGI
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. An Interactive Instruction. ...
www.cs.virginia.edu
Python Tutorial
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. Introduction to Python, where to find it, how to install, and create a very simple script. ...
www.mtdev.com
WebWare for Python
Computers - Programming - Languages - Python - Web - Web Frameworks. A suite of software components for developing object-oriented, web-based applications. Code, documentation, and mailing lists. [Open Source, Python license] ...
www.webwareforpython.org
Burmese Python
Recreation - Pets - Reptiles and Amphibians - Snakes - Boas and Pythons - Burmese Python. Care sheet for the Burmese python, including information on how to decide if the Burmese is the snake for you. Written by Melissa Kaplan. ...
www.anapsid.org
Python Wiki: Web Frameworks for Python
Computers - Programming - Languages - Python - Web - Web Frameworks. 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 ...
wiki.python.org
Learning Python
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. By Mark Lutz, David Ascher. Samples from O'Reilly book. Has manipulating data structures, files, programs; internet programming; JPython, now Jython, Python implementation for the Java platform. ...
www.oreilly.com
Python for Beginners
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. New to programming This page lists some places that can get you started quickly. ...
wiki.python.org
Python SIGs
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. Archives of current and past listserv discussions on a LOT of interesting topics. GREAT for researching problems. ...
www.python.org
Python Recipes
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. Collaborative website built by ActiveState and O'Reilly, hosts user contributions; collection of recipes. ...
code.activestate.com
An Introduction to Python
Computers - Programming - Languages - Python - Books. 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] ...
www.network-theory.co.uk
About.com: Python
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. Includes articles on simple script solutions, database management, web development, network protocols, and other advanced topics. ...
python.about.com
Parallel Python
Computers - Programming - Languages - Python - Modules. Provides an open source module to allow parallel execution of code on systems with multiple processors and on clusters. Features list, documentation, download, code samples, and a discussion forum. ...
www.parallelpython.com
Python/XML
Computers - Data Formats - Markup Languages - XML - Style Sheets - XSL - Tools. A package collecting the tools required for writing basic XML applications in Python, along with documentation and sampl ...
sourceforge.net
Dive Into Python
Computers - Programming - Languages - Python - Books. By Mark Pilgrim; 2000-2002. For experienced programmers. Starts with example code, overview, then HTML, XML, unit and regression tests. Downloads: txt, XML, PDF, HTML, MS Word, Win Help. Chinese, Korean, Español, Français; Russian. [GNU Free Documentation ...
diveintopython.org
Practical Python
Computers - Programming - Languages - Python - Books. By Magnus Lie Hetland; Apress LP, 2002, ISBN 1590590066. Readable guide to ideas most vital to new users, from basics common to high level languages, to more specific aspects, to a series of 10 ever more complex programs. [Apress] ...
www.apress.com
Instant Python
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. By Magnus Lie Hetland. Minimal introduction for experienced programmers. Treats basics, OO programming, Jedi mind trick. English, French, Italian, Portuguese, Spanish; German, Norwegian; Lithuanian, Polish, Russian; Japanese, Korean ...
hetland.org
Free Python books
Computers - Programming - Languages - Python - Books. Free Python books and tutorials. ...
www.techbooksforfree.com
Python Idioms and Efficiency
Computers - Programming - Languages - Python - FAQs, Help, and Tutorials. A guide to Python programming idioms, and suggestions for writing more elegant Python programs. ...
jaynes.colorado.edu
Python Developer's Guide
Computers - Programming - Languages - Python - Resources. Resources for reporting bugs, accessing the Python source tree with CVS and taking part in the development of Python. ...
www.python.org
Python Squeezes the Web
Computers - Programming - Languages - Python - Articles and Reviews. A practical example of using Python to automate the crawl of web pages. ...
www.linuxplanet.com
Guide to Python Introspection
Computers - Programming - Languages - Python - Articles and Reviews. How to spy on your Python objects. ...