Languages
- 2841
- Python Enhancement Proposals (PEPs)
- Design documents providing information to the Python community, or describing a new feature for Python.
- 2844
- 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.
- 2845
- 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. (February 17, 2003)
- 2846
- Proper XML Output in Python
- Uche Ogbuji explores the intricacies of creating proper XML output in Python, including character set and encoding issues. (November 13, 2002)
- 2847
- A Tour of 4Suite
- In this installment of Python and XML, Uche Ogbuji provides a tour of the core XML processing facilities of 4Suite. (October 16, 2002)
- 2848
- Simplified Exception Identification in Python
- Using functions and exception pattern dictionaries to simplify error recovery. (July 28, 2002)
- 2849
- Pick Up Some Python with This Script Walk-through
- An example conversion of a Perl script to Python. (June 18, 2002)
- 2850
- 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. (June 17, 2002)
- 2851
- Using Mix-ins with Python
- An explanation of the mix-in programming style as applied in Python. (April 01, 2001)
- 2852
- Why Python?
- Article by Eric Raymond where he explains reasons that led him to switch from Perl to Python. (May 01, 2000)
- 2853
- 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. (May 01, 2000)
- 2854
- 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. (September 28, 1999)
- 2855
- Data Structures and Algorithms with Object-Oriented Design Patterns in Python
- The primary goal of this book is to promote object-oriented design using Python and to illustrate the use of the emerging object-oriented design patterns. A secondary goal of the book is to present mathematical tools just in time. Analysis techniques and proofs are presented as needed and in the proper context.
- 2856
- Dive Into Python 3
- By Mark Pilgrim, Guide to Python 3 and its differences from Python 2. Each chapter starts with a real code sample and explains it fully. Has a comprehensive appendix of all the syntactic and semantic changes in Python 3
- 2857
- Foundations of Python Network Programming
- This book covers a wide range of topics. From raw TCP and UDP to encryption with TSL, and then to HTTP, SMTP, POP, IMAP, and ssh. It gives you a good understanding of each field and how to do everything on the network with Python.
- 2859
- FreeTechBooks: Python Scripting Language
- Annotated list of free online books on Python scripting language. Topics range from beginner to advanced.
- 2860
- How to Think Like a Computer Scientist: Learning with Python
- By Allen B. Downey, Jeffrey Elkner, Chris Meyers; Green Tea Press, 2002, ISBN 0971677506. Teaches general principles of programming, via Python as subject language. Thorough, in-depth approach to many basic and intermediate programming topics. Full text online and downloads: HTML, PDF, PS, LaTeX. [Free, Green Tea Press]
