 Python Does Scripts and Objects - http://www.byte.com/art/9702/sec5/art4.htm Jeffrey P. Shell (Byte Magazine) describes how Python "can handle simple scripting jobs or build large OOP libraries." |
 A Tour of 4Suite - http://www.xml.com/pub/a/2002/10/16/py-xml.html In this installment of Python and XML, Uche Ogbuji provides a tour of the core XML processing facilities of 4Suite. |
 Proper XML Output in Python - http://www.xml.com/pub/a/2002/11/13/py-xml.html Uche Ogbuji explores the intricacies of creating proper XML output in Python, including character set and encoding issues. |
 Pick Up Some Python with This Script Walk-through - http://articles.techrepublic.com.com/5100-22-1046256.html An example conversion of a Perl script to Python. |
 Space Shuttle Engineers Use Python to Streamline Mission Design - http://articles.techrepublic.com.com/5100-22-1045764.html Description of a practical use of Python by NASA, with quotes of Robin Friedrich, USA's Senior Project Engineer. |
 SOA and Web Services - http://www-128.ibm.com/developerworks/views/webservices/libraryview.jsp?search_by=python+web+services+developer Several articles related to the development of web services with Python, written by Mike Olson and Uche Ogbuji, 2001-2004. IBM developerWorks. |
 Python Persistence Management - http://www-128.ibm.com/developerworks/linux/library/l-pypers.html Using serialization to store Python objects. |
 Web Application Testing with Puffin - http://www-128.ibm.com/developerworks/library/os-puffin.html Introduction to the Puffin testing system, an open source framework for testing Web applications. |
 Inside JPython and Python for .NET - http://www-128.ibm.com/developerworks/library/l-jpython.html?dwzone=linux David Mertz interviews Mark Hammond, Finn Bock, and Barry Warsaw, the developers of JPython and Python for .NET. |
 Guide to Python Introspection - http://www-128.ibm.com/developerworks/library/l-pyint.html How to spy on your Python objects. |
 Make Python Run as Fast as C with Psyco - http://www-128.ibm.com/developerworks/linux/library/l-psyco.html Using psyco, the python specializing compiler. |
 An Interview with Guido van Rossum - http://www.oreilly.com/pub/a/oreilly/frank/rossum_1099.html Python creator discusses features and future of the language. O'Reilly Media. |
 Python Squeezes the Web - http://www.linuxplanet.com/linuxplanet/tutorials/1132/1/ A practical example of using Python to automate the crawl of web pages. |
 Using Mix-ins with Python - http://www.linuxjournal.com/article/4540 An explanation of the mix-in programming style as applied in Python. |
 Embedding Python in Multi-Threaded C/C++ Applications - http://www.linuxjournal.com/article/3641 A Linux Magazine article featuring an overview of the C/C++ API, explaining how to extend and embed Python in a multi-thread context. |
 Linux Journal Python Interview - http://www.linuxjournal.com/article/5028 An Interview with Guido van Rossum. A conversation with the creator of Python about an effort to teach Python to non-computer science students. |
 Simplified Exception Identification in Python - http://www.linuxjournal.com/article/5821 Using functions and exception pattern dictionaries to simplify error recovery. |
 Why Python? - http://www.linuxjournal.com/article/3882 Article by Eric Raymond where he explains reasons that led him to switch from Perl to Python. |
 A Conversation with Guido van Rossum - http://www.artima.com/intv/guido.html Python creator talks with Bill Venners about topics relevant to Python and its community; 6 part series, Artima Software. |
 Python Enhancement Proposals (PEPs) - http://www.python.org/dev/peps/ Design documents providing information to the Python community, or describing a new feature for Python. |
 Mark Lutz's Python Advocacy Page - http://www.rmi.net/~lutz/advocacy.html Links to several old Python articles and reviews. |
 Why I Promote Python - http://www.prescod.net/python/why.html Passionate advocacy piece. Author dreams of a world where programs are written in a language that can be taught in primary school. |
 Python: Yes, You Should Be Using It! - http://www.linux-mag.com/id/1025 Alex Martelli gives an overview of the possibilities offered by Python, along with samples allowing the newcomer to experience Python code. [Free registration required to view this article.] |
 Developing GNOME Application with Python - http://www.linuxfocus.org/English/July2000/article160.shtml Set of articles written for beginners in Gnome programming and GNU/Linux. |
 Py - http://www.pyzine.com/ Online home of the print publication : a technical journal for Python developers. |
 Interview of Guido van Rossum - http://linuxfr.org/2003/03/12/11491.html Interview of the BDFL by the visitors of a French Linux news portal (the English version is included). |
 Python Programming Language - http://en.wikipedia.org/wiki/Python_programming_language Growing article, with links to many related topics. [Wikipedia] |
 Charming Python - http://gnosis.cx/publish/tech_index_cp.html Column by David Mertz, Gnosis Software, Inc. Over 20 articles on Python programming, many topics. |
 Deeply Embedded Python, a Virtual Machine for Embedded Systems - http://www.tucs.fi/magazin/output.php?ID=2000.N2.LilDeEmPy Article by Johan Lilius and Iván Porres Paltor in TUCS Magazine. Describes the DePython project and its architecture, with references and links. |
 Generating Dynamic Documents from Template with Python - http://www.embl-heidelberg.de/~chenna/pythonpages/template.html Description and usage of a ready-to-use templating system. |