|
|
1. |
A Conversation with Guido van Rossum
NEW!
-
Python creator talks with Bill Venners about topics relevant to Python and its community; 6 part series, Artima Software.
|
|
|
2. |
A Tour of 4Suite
-
In this installment of Python and XML, Uche Ogbuji provides a tour of the core XML processing facilities of 4Suite.
|
|
|
3. |
An Interview with Guido van Rossum
NEW!
-
Python creator discusses features and future of the language. O'Reilly Media.
|
|
|
4. |
Charming Python
-
Column by David Mertz, Gnosis Software, Inc. Over 20 articles on Python programming, many topics.
|
|
|
5. |
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.
|
|
|
6. |
Developing GNOME Application with Python
-
Set of articles written for beginners in Gnome programming and GNU/Linux.
|
|
|
7. |
Generating Dynamic Documents from Template with Python
-
Description and usage of a ready-to-use templating system.
|
|
|
8. |
Guide to Python Introspection
-
How to spy on your Python objects.
|
|
|
9. |
Inside JPython and Python for .NET
-
David Mertz interviews Mark Hammond, Finn Bock, and Barry Warsaw, the developers of JPython and Python for .NET.
|
|
|
10. |
Make Python Run as Fast as C with Psyco
-
Using psyco, the python specializing compiler.
|
|
|
11. |
Mark Lutz's Python Advocacy Page
-
Links to several old Python articles and reviews.
|
|
|
12. |
Pick Up Some Python with This Script Walk-through
-
An example conversion of a Perl script to Python.
|
|
|
13. |
Proper XML Output in Python
-
Uche Ogbuji explores the intricacies of creating proper XML output in Python, including character set and encoding issues.
|
|
|
14. |
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.
|
|
|
15. |
Python Does Scripts and Objects
-
Jeffrey P. Shell (Byte Magazine) describes how Python "can handle simple scripting jobs or build large OOP libraries."
|
|
|
16. |
Python Enhancement Proposals (PEPs)
-
Design documents providing information to the Python community, or describing a new feature for Python.
|
|
|
17. |
Python in Publications
-
Annotated chronological list of articles, reviews, and other published items about Python at the official site.
|
|
|
18. |
Python Journal
-
A webzine about Python programming.
|
|
|
19. |
Python Persistence Management
-
Using serialization to store Python objects.
|
|
|
20. |
Python Squeezes the Web
-
A practical example of using Python to automate the crawl of web pages.
|
|
|
21. |
SOA and Web Services
NEW!
-
Several articles related to the development of web services with Python, written by Mike Olson and Uche Ogbuji, 2001-2004. IBM developerWorks.
|
|
|
22. |
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.
|
|
|
23. |
Web Application Testing with Puffin
-
Introduction to the Puffin testing system, an open source framework for testing Web applications.
|
|
|
24. |
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.
|
|
|
25. |
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.
|
|
|
26. |
Interview of Guido van Rossum
-
Interview of the BDFL by the visitors of a French Linux news portal (the English version is included).
|
|
|
27. |
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.
|
|
|
28. |
Python Programming Language
NEW!
-
Growing article, with links to many related topics. [NodeWorks Encyclopedia]
|
|
|
29. |
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.]
|
|
|
30. |
Simplified Exception Identification in Python
-
Using functions and exception pattern dictionaries to simplify error recovery.
|
|
|
31. |
Using Mix-ins with Python
-
An explanation of the mix-in programming style as applied in Python.
|
|
|
32. |
Why Python?
-
Article by Eric Raymond where he explains reasons that led him to switch from Perl to Python.
|