Python in Publications
Annotated chronological list of articles, reviews, and other published items about Python at the official site.
url: www.python.org/doc/Publications.html
|
Charming Python
Column by David Mertz, Gnosis Software, Inc. Over 20 articles on Python programming, many topics.
url: gnosis.cx/publish/tech_index_cp.html
Deeply Embedded Python, a Virtual Machine for Embedded Systems
Article by Johan Lilius and Iván Porres Paltor in TUCS Magazine. Describes the DePython project and its architecture, with references and links.
url: www.tucs.fi/Magazin/output.php?ID=2000.N2.LilDeEmP...
Developing GNOME Application with Python
Set of articles written for beginners in Gnome programming and GNU/Linux.
url: www.linuxfocus.org/English/July2000/article160.sht...
Generating Dynamic Documents from Template with Python
Description and usage of a ready-to-use templating system.
url: www.embl-heidelberg.de/~chenna/pythonpages/templat...
IBM Developer Works: The Python Web Services Developer
Several articles related to the development of web services with Python, written by Mike Olson and Uche Ogbuji.
url: www-106.ibm.com/developerworks/library/ws-pythcol....
Mark Lutz's Python Advocacy Page
Links to several old Python articles and reviews.
url: www.rmi.net/~lutz/advocacy.html
O'Reilly Interview: Guido van Rossum
Python's creator discusses features and future of the programming language.
url: www.oreilly.com/frank/rossum_1099.html
Py
Online home of the print publication : a technical journal for Python developers.
url: www.pyzine.com/
Python, Anyone?
By Robert Richardson (Linux World Expo 1999 issue). A quick overview of the language, and some historical background.
url: www.linuxworld.com/linuxworld/expo/lw-python.html
Python Enhancement Proposals (PEPs)
Design documents providing information to the Python community, or describing a new feature for Python.
url: www.python.org/peps/
Python Journal
A webzine about Python programming.
url: pythonjournal.cognizor.com/
A Retargetable Thin Client Architecture in Python
Article by Bryn Keller describes the implementation of a significant commercial application in Python that uses a retargetable thin client. The architecture and the integrated development environment that were constructed to support the application are examined, as well as the issues overcome and lessons learned during the course of the project.
url: www.python9.org/p9-cdrom/20/index.htm
What They're Saying about Python
A June 2000 feature in the Software Development Online. Opinions from developers, authors and the media about Python. Edited by Chris Preimesberger.
url: www.aifb.uni-karlsruhe.de/Lehrangebot/Winter2000-0...
Why Python?
Patrick O'Brien's Python advocacy page.
url: www.orbtech.com/web/python/why
Interview of Guido van Rossum
Interview of the BDFL by the visitors of a French Linux news portal (the English version is included).
url: linuxfr.org/2003/03/12/11491.html
A Conversation with Guido van Rossum
Python creator Guido van Rossum talks with Bill Venners about topics relevant to the Python and the Python community.
url: www.artima.com/intv/guido.html
Guide to Python Introspection
How to spy on your Python objects.
url: www-106.ibm.com/developerworks/library/l-pyint.htm...
Proper XML Output in Python
Uche Ogbuji explores the intricacies of creating proper XML output in Python, including character set and encoding issues.
url: www.xml.com/pub/a/2002/11/13/py-xml.html
Python Persistence Management
Using serialization to store Python objects.
url: www-106.ibm.com/developerworks/linux/library/l-pyp...
A Tour of 4Suite
In this installment of Python and XML, Uche Ogbuji provides a tour of the core XML processing facilities of 4Suite.
url: www.xml.com/pub/a/2002/10/16/py-xml.html
Make Python Run as Fast as C with Psyco
Using psyco, the python specializing compiler.
url: www-106.ibm.com/developerworks/linux/library/l-psy...
Simplified Exception Identification in Python
Using functions and exception pattern dictionaries to simplify error recovery.
url: www.linuxjournal.com/article.php?sid=5821
Pick Up some Python with this Script Walk-through
An example of conversion of a Perl script to Python.
url: builder.com.com/article.jhtml?id=u00220020618HXS01...
Space Shuttle Engineers Use Python to Streamline Mission Design
Description of a practical use of Python by NASA, with quotes of Robin Friedrich, USA's Senior Project Engineer.
url: builder.com.com/article.jhtml?id=u00420020617DGS01...
Web Application Testing with Puffin
Introduction to the Puffin testing system, an open source framework for testing Web applications.
url: www-106.ibm.com/developerworks/library/os-puffin.h...
Python: Yes, You Should Be Using It!
Alex Martelli gives an overview of the possibilities offered by Python, along with samples allowing the newcomer to experience Python code.
url: www.linux-mag.com/2002-04/python_01.html
Using Mix-ins with Python
An explanation of the mix-in programming style as applied in Python.
url: www.linuxjournal.com/article.php?sid=4540
Inside JPython and Python for .NET
David Mertz interviews Mark Hammond, Finn Bock, and Barry Warsaw, the developers of JPython and Python for .NET.
url: www-106.ibm.com/developerworks/library/l-jpython.h...
Embedding Python in Multi-Threaded C/C++ Applications
A Linux Magazine article featuring an overview of the C/C++ API, explaining how to extend and embed Python in a multi-thread context.
url: www.linuxjournal.com/article.php?sid=3641
Linux Journal Python Interview
An Interview with Guido van Rossum. A conversation with the creator of Python about an effort to teach Python to non-computer science students.
url: www.linuxjournal.com/article.php?sid=5028
Python 101, The Other Scripting Language that Starts with "p"
Evelyn Mitchell gives an introduction to Python (IBM Developer Works) and briefly compares it to Perl, Tcl and Java.
url: www-106.ibm.com/developerworks/library/l-python101...
Python Does Scripts and Objects
Jeffrey P. Shell (Byte Magazine) describes how Python "can handle simple scripting jobs or build large OOP libraries."
url: www.byte.com/art/9702/sec5/art4.htm