Languages
- 2861
- 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)
- 2862
- 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.
- 2863
- 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
- 2864
- 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.
- 2866
- FreeTechBooks: Python Scripting Language
- Annotated list of free online books on Python scripting language. Topics range from beginner to advanced.
- 2867
- 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]
- 2868
- Practical Python
- By Magnus Lie Hetland; Apress LP, 2002, ISBN 1590590066. Readable guide to ideas most vital to new users, from basics common to high level languages, to more specific aspects, to a series of 10 ever more complex programs. [Apress]
- 2870
- Pythonware
- Developers of the PythonWorks IDE, and useful modules such as the Python Imaging Library and XML-RPC implementation.
- 2871
- ReportLab
- Authors of PDFgen, for generating professionally formatted printable documents on the fly.
- 2872
- Xellsoft
- Specialize in Python programming technology and object oriented databases, develop custom software and offer consulting in the area of internet, data communication, technical and scientific programming.
- 2874
- Python Documentation Index
- Official tutorial and references, including library/module usage, Macintosh libraries, language syntax, extending/embedding, and the Python/C API. Also links to off-site beginners' tutorials, HOWTOs, and many special interest topics.
- 2875
- A Beginner's Python Tutorial
- A Python tutorial originally written for the modding community of Firaxis' Civilization. Useful to beginners with little or no programming knowledge.
- 2876
- A Course in Python/CGI
- This site contains materials from a 13 week course for learning Python and CGI. Suited for self-study.