Python in Publications
- Annotated chronological list of articles, reviews, and other published items about Python at the official site.
- http://www.python.org/doc/Publications.html
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. - http://www.linuxjournal.com/article/5028
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. - http://www.linuxjournal.com/article/3641
Using Mix-ins with Python - An explanation of the mix-in programming style as applied in Python. - http://www.linuxjournal.com/article/4540
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. [Free registration required to view this article.] - http://www.linux-mag.com/id/1025
Web Application Testing with Puffin - Introduction to the Puffin testing system, an open source framework for testing Web applications. - http://www-128.ibm.com/developerworks/library/os-puffin.html
Python Persistence Management - Using serialization to store Python objects. - http://www-128.ibm.com/developerworks/linux/library/l-pypers.html
Guide to Python Introspection - How to spy on your Python objects. - http://www-128.ibm.com/developerworks/library/l-pyint.html
SOA and Web Services - Several articles related to the development of web services with Python, written by Mike Olson and Uche Ogbuji, 2001-2004. IBM developerWorks. - http://www-128.ibm.com/developerworks/views/webservices/libraryview.jsp?search_by=python+web+services+developer
Python Enhancement Proposals (PEPs) - Design documents providing information to the Python community, or describing a new feature for Python. - http://www.python.org/dev/peps/
An Interview with Guido van Rossum - Python creator discusses features and future of the language. O'Reilly Media. - http://www.oreilly.com/pub/a/oreilly/frank/rossum_1099.html
Inside JPython and Python for .NET - David Mertz interviews Mark Hammond, Finn Bock, and Barry Warsaw, the developers of JPython and Python for .NET. - http://www-128.ibm.com/developerworks/library/l-jpython.html?dwzone=linux
Python Programming Language - Growing article, with links to many related topics. [Wikipedia] - http://en.wikipedia.org/wiki/Python_programming_language
Why I Promote Python - Passionate advocacy piece. Author dreams of a world where programs are written in a language that can be taught in primary school. - http://www.prescod.net/python/why.html
Why Python? - Article by Eric Raymond where he explains reasons that led him to switch from Perl to Python. - http://www.linuxjournal.com/article/3882
Interview of Guido van Rossum - Interview of the BDFL by the visitors of a French Linux news portal (the English version is included). - http://linuxfr.org/2003/03/12/11491.html
Python Journal - A webzine about Python programming. - http://pythonjournal.cognizor.com/
A Tour of 4Suite - In this installment of Python and XML, Uche Ogbuji provides a tour of the core XML processing facilities of 4Suite. - http://www.xml.com/pub/a/2002/10/16/py-xml.html
Proper XML Output in Python - Uche Ogbuji explores the intricacies of creating proper XML output in Python, including character set and encoding issues. - http://www.xml.com/pub/a/2002/11/13/py-xml.html
Developing GNOME Application with Python - Set of articles written for beginners in Gnome programming and GNU/Linux. - http://www.linuxfocus.org/English/July2000/article160.shtml
Python Squeezes the Web - A practical example of using Python to automate the crawl of web pages. - http://www.linuxplanet.com/linuxplanet/tutorials/1132/1/
Py - Online home of the print publication : a technical journal for Python developers. - http://www.pyzine.com/
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. - http://www.tucs.fi/Magazin/output.php?ID=2000.N2.LilDeEmPy
Charming Python - Column by David Mertz, Gnosis Software, Inc. Over 20 articles on Python programming, many topics. - http://gnosis.cx/publish/tech_index_cp.html
A Conversation with Guido van Rossum - Python creator talks with Bill Venners about topics relevant to Python and its community; 6 part series, Artima Software. - http://www.artima.com/intv/guido.html
Python Does Scripts and Objects - Jeffrey P. Shell (Byte Magazine) describes how Python "can handle simple scripting jobs or build large OOP libraries." - http://www.byte.com/art/9702/sec5/art4.htm