< BACKMake Note | BookmarkCONTINUE >
156135250194107072078175030179198180025031194137176049106218111004226048024239138216145050

Online References

The list below represents a good number of Python online references. For a more up-to-date copy, check out the Python hotlist on the CD-ROM. Or better yet, go to the Core Python Programming website:

				
http://starship.python.net/crew/wesc/cpp

			

Apache Modules

  1. mod_python (evolved from httpdapy and nsapy)

    http://www.modpython.org/

Code

  1. Python source (SourceForge)

    http://sourceforge.net/project/?group_id=5470

  2. Snippets (SourceForge)

    http://sourceforge.net/snippet/browse.php?by=lang&lang=6

  3. SourceForge Python projects

    http://sourceforge.net/search/?type_of_search=soft&words=python

  4. Vaults of Parnassus (Python shareware)

    http://www.vex.net/parnassus/

Commercial

  1. ActiveState Tool

    http://www.activestate.com/

  2. CyberWeb Consulting

    http://www.roadkill.com/~wesc/cyberweb

  3. O'Reilly Python DevCenter

    http://www.oreillynet.com/python/

  4. PythonLabs (commercial home page)

    http://www.pythonlabs.com/

  5. PythonWare

    http://www.pythonware.com

  6. ReportLab

    http://www.reportlab.com/

  7. UC Santa Cruz Extension Scripting Language Courses

    http://www.ucsc-extension.edu/to/software/silang.html

Communication

  1. Bay Area Python Interest Group

    http://www.baypiggies.org/

  2. comp.lang.python weekly newsgroup summaries

    http://purl.org/thecliff/python/url.html

  3. Python Conferences

    http://www.python.org/workshops/

  4. Python links (sizeable hotlist)

    http://www.cetus-links.de/oo_python.html

  5. Python mailing lists

    http://www.python.org/mailman/listinfo

  6. Python Special Interest Groups

    http://www.python.org/sigs

  7. Starship FAQ

    http://starship.python.net/~tbryan/FAQ/Starship/

  8. Starship Python

    http://starship.python.net

Core

  1. JPython

    http://www.jpython.org/

  2. Python.org (community home page)

    http://www.python.org/

DBs

  1. Databases

    http://www.python.org/topics/database/

  2. Python database modules

    http://www.python.org/topics/database/modules.html

  3. Python DB API 2.0 specification

    http://www.python.org/topics/database/DatabaseAPI-2.0.html">

Extending

  1. Extending and Embedding reference

    http://www.python.org/doc/current/ext/ext.html

  2. Python-C API

    http://www.python.org/doc/current/api/api.html

  3. SWIG (Simple Wrapper and Interface Generator)

    http://www.swig.org

GUIs (with Python development interfaces)

  1. Gimp-Python

    http://www.daa.com.au/~james/pygimp

  2. Glade (GTK+ UI builder)

    http://glade.pn.org

  3. GLC (Glade Python Code Generator)

    http://glc.sourceforge.net

  4. GTK+ (GIMP Toolkit)

    http://www.gtk.org

  5. KDE (K Desktop Environment)

    http://www.kde.org

  6. PMW (Python MegaWidgets for Tkinter)

    http://www.dscpl.com.au/pmw/

  7. PyG Tools (PyGTK, PyGNOME, etc.)

    http://www.bioinformatics.org/pygtools

  8. PyGTK Module

    http://www.daa.com.au/~james/pygtk

  9. PyQt-PyKDE

    http://www.thekompany.com/projects/pykde

  10. Python-KDE Tutorial

    http://www.xs4all.nl/~bsarempt/python/tutorial.html

  11. Tkinter (Python-Tk)

    http://www.python.org/topics/tkinter

  12. Tkinter intro (F. Lundh)

    http://www.pythonware.com/library/tkinter/introduction

  13. TrollTech Qt products (commercial)

    http://www.trolltech.com/products

  14. wxPython

    http://www.wxpython.org/

Macintosh

  1. Macintosh Library Modules

    http://www.python.org/doc/current/mac/mac.html

  2. MacPython

    http://www.cwi.nl/~jack/macpython.html

  3. MacPython download page

    http://www.python.org/download/download_mac.html

  4. Open Directory MacPython links

    http://dmoz.org/computers/systems/macintosh/development/languages/python

News

  1. Python Events

    http://www.python.org/Events.html

  2. Python mailing lists

    http://www.python.org/mailman/listinfo

  3. Python News

    http://www.python.org/News.html

Numerical/Scientific Processing

  1. NumPy numerical extensions

    http://www.python.org/topics/scicomp/numpy.html

  2. NumPy source(SourceForge)

    http://sourceforge.net/project/?group_id=1369

Programming

  1. Comparing Python to …

    http://www.python.org/doc/Comparisons.html

  2. Computer Programming for Everybody (CP4E)

    http://www.python.org/cp4e/

  3. CP4E proposal paper

    http://www.python.org/doc/essays/cp4e.html

  4. Empirical language comparison paper

    http://wwwipd.ira.uka.de/~prechelt/Biblio/jccpprtTR.pdf

  5. Guido's CP4E talk

    http://www.python.org/doc/essays/ppt/acm-cp4e/

  6. Instant Hacking: Learning to Program with Python

    http://www.idi.ntnu.no/~mlh/python/programming.html

  7. Instant Python (crash course in Python)

    http://www.idi.ntnu.no/~mlh/python/instant.html

  8. Learning to Program

    http://members.xoom.com/alan_gauld/tutor/tutindex.htm

  9. Non-Programmers Tutorial

    http://www.honors.montana.edu/~jjc/easytut/easytut/

Reference

  1. Python documentation

    http://www.python.org/doc

  2. FAQ (Frequently Asked Questions)

    http://www.python.org/doc/FAQ.html

  3. FAQTS Python Knowledge Base

    http://python.faqts.com

  4. Global Module Index for the Python Standard Library

    http://www.python.org/doc/current/modindex.html

  5. Language Reference Manual

    http://www.python.org/doc/current/ref/ref.html

  6. Library Reference

    http://www.python.org/doc/current/lib/lib.html

  7. Python-Perl Cookbook

    http://starship.python.net/crew/da/jak/cookbook.html

  8. Quick Reference Guide

    http://starship.python.net/quick-ref1_52.html

  9. Regular Expressions HOWTO

    http://www.python.org/doc/howto/regex/regex.html

Releases

  1. Python 1.5 to 1.5.2

    http://www.python.org/1.5

  2. Python 1.6

    http://www.python.org/1.6

  3. Python 2.0

    http://www.pythonlabs.com/products/python2.0

  4. Python Download

    http://www.python.org/download

  5. Python FTP site

    ftp://ftp.python.org

  6. What's New in 2.0

    http://starship.python.net/crew/amk/python/writing/new-python

Unicode

  1. Python Unicode Integration (M.A. Lemburg)

    http://starship.python.net/crew/lemburg/unicode-proposal.txt

  2. Python Unicode Tutorial

    http://www.reportlab.com/i18n/python_unicode_tutorial.html

  3. Unicode Standard home page

    http://www.unicode.org/

Web
  1. Five Minutes to a Python CGI (D. Mertz, Web Review)

    http://webreview.com/pub/2000/07/07/feature/index02.html

  2. HTMLgen home page

    http://starship.python.net/crew/friedrich/HTMLgen/html/

  3. Web programming

    http://www.python.org/topics/web/

  4. Writing CGI Programs in Python (P. Landers, Dev Shed)

    http://www.devshed.com/Server_Side/Python/CGI/print.html

XML
  1. Annotated XML 1.0 Specification

    http://www.xml.com/axml/axmlintro.html

  2. Python-XML How-To

    http://www.python.org/doc/howto/xml/

  3. Python-XML reference

    http://www.python.org/doc/howto/xml-ref/

  4. XML

    http://www.python.org/topics/xml/

  5. XML Cover Pages

    http://www.oasis-open.org/cover/

  6. XML FAQ

    http://www.ucc.ie/xml/

  7. Zope

    http://www.zope.org/


Last updated on 9/14/2001
Core Python Programming, © 2002 Prentice Hall PTR

< BACKMake Note | BookmarkCONTINUE >

© 2002, O'Reilly & Associates, Inc.