Home    |Web Directory    |Metasearch    |Message Boards    |Classified Ads|

Web Directory

Home

Web Directory

Metasearch

Message Boards

Classified Ads








Articles and Reviews (26)

See Also:
Sites:

http://www.artima.com/intv/guido.html
» A Conversation with Guido van Rossum Open in a new browser window
   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
http://www.xml.com/pub/a/2002/10/16/py-xml.html
» A Tour of 4Suite Open in a new browser window
   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
http://www.oreilly.com/pub/a/oreilly/frank/rossum_1099.html
» An Interview with Guido van Rossum Open in a new browser window
   Python creator discusses features and future of the language. O'Reilly Media.
   http://www.oreilly.com/pub/a/oreilly/frank/rossum_1099.html
http://gnosis.cx/publish/tech_index_cp.html
» Charming Python Open in a new browser window
   Column by David Mertz, Gnosis Software, Inc. Over 20 articles on Python programming, many topics.
   http://gnosis.cx/publish/tech_index_cp.html
http://www.tucs.fi/magazin/output.php?ID=2000.N2.LilDeEmPy
» Deeply Embedded Python, a Virtual Machine for Embedded Systems Open in a new browser window
   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
http://www.linuxfocus.org/English/July2000/article160.shtml
» Developing GNOME Application with Python Open in a new browser window
   Set of articles written for beginners in Gnome programming and GNU/Linux.
   http://www.linuxfocus.org/English/July2000/article160.shtml
http://www.linuxjournal.com/article/3641
» Embedding Python in Multi-Threaded C/C++ Applications Open in a new browser window
   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
http://www.embl.de/~chenna/pythonpages/template.html
» Generating Dynamic Documents from Template with Python Open in a new browser window
   Description and usage of a ready-to-use templating system.
   http://www.embl.de/~chenna/pythonpages/template.html
http://www.ibm.com/developerworks/library/l-pyint.html
» Guide to Python Introspection Open in a new browser window
   How to spy on your Python objects.
   http://www.ibm.com/developerworks/library/l-pyint.html
http://linuxfr.org/2003/03/12/11491.html
» Interview of Guido van Rossum Open in a new browser window
   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
http://www.linuxjournal.com/article/5028
» Linux Journal Python Interview Open in a new browser window
   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
http://www.ibm.com/developerworks/linux/library/l-psyco.html
» Make Python Run as Fast as C with Psyco Open in a new browser window
   Using psyco, the python specializing compiler.
   http://www.ibm.com/developerworks/linux/library/l-psyco.html
http://www.rmi.net/~lutz/advocacy.html
» Mark Lutz's Python Advocacy Page Open in a new browser window
   Links to several old Python articles and reviews.
   http://www.rmi.net/~lutz/advocacy.html
http://articles.techrepublic.com.com/5100-10878_11-1046256.html
» Pick Up Some Python with This Script Walk-through Open in a new browser window
   An example conversion of a Perl script to Python.
   http://articles.techrepublic.com.com/5100-10878_11-1046256.html
http://www.xml.com/pub/a/2002/11/13/py-xml.html
» Proper XML Output in Python Open in a new browser window
   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
http://www.python.org/dev/peps/
» Python Enhancement Proposals (PEPs) Open in a new browser window
   Design documents providing information to the Python community, or describing a new feature for Python.
   http://www.python.org/dev/peps/
http://www.ibm.com/developerworks/linux/library/l-pypers.html
» Python Persistence Management Open in a new browser window
   Using serialization to store Python objects.
   http://www.ibm.com/developerworks/linux/library/l-pypers.html
http://en.wikipedia.org/wiki/Python_programming_language
» Python Programming Language Open in a new browser window
   Growing article, with links to many related topics. [Wikipedia]
   http://en.wikipedia.org/wiki/Python_programming_language
http://www.linuxplanet.com/linuxplanet/tutorials/1132/1/
» Python Squeezes the Web Open in a new browser window
   A practical example of using Python to automate the crawl of web pages.
   http://www.linuxplanet.com/linuxplanet/tutorials/1132/1/
http://www.linux-mag.com/id/1025
» Python: Yes, You Should Be Using It! Open in a new browser window
   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
http://www.ibm.com/developerworks/views/webservices/libraryview.jsp?search_by=python+web+services+developer
» SOA and Web Services Open in a new browser window
   Several articles related to the development of web services with Python, written by Mike Olson and Uche Ogbuji, 2001-2004. IBM developerWorks.
   http://www.ibm.com/developerworks/views/webservices/libraryview.jsp?search_by=python+web+services+developer
http://www.linuxjournal.com/article/5821
» Simplified Exception Identification in Python Open in a new browser window
   Using functions and exception pattern dictionaries to simplify error recovery.
   http://www.linuxjournal.com/article/5821
http://articles.techrepublic.com.com/5100-10878_11-1045764.html
» Space Shuttle Engineers Use Python to Streamline Mission Design Open in a new browser window
   Description of a practical use of Python by NASA, with quotes of Robin Friedrich, USA's Senior Project Engineer.
   http://articles.techrepublic.com.com/5100-10878_11-1045764.html
http://www.linuxjournal.com/article/4540
» Using Mix-ins with Python Open in a new browser window
   An explanation of the mix-in programming style as applied in Python.
   http://www.linuxjournal.com/article/4540
http://www.prescod.net/python/why.html
» Why I Promote Python Open in a new browser window
   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
http://www.linuxjournal.com/article/3882
» Why Python? Open in a new browser window
   Article by Eric Raymond where he explains reasons that led him to switch from Perl to Python.
   http://www.linuxjournal.com/article/3882

This category needs an editor

Last Updated: 2007-06-14 11:26:28





Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by GoSearchFor.com

Free previews by Thumbshots.org