Python Programming
From Wikibooks, the open-content textbooks collection
Python is a general-purpose interpreted programming language. It currently has distributions available for Microsoft Windows, Apple Mac OS X, GNU/Linux, BSD, and many other platforms. There are currently three major implementations: the standard implementation written in C, Jython written in Java, and IronPython written in C# for the MS .NET environment.
If you have questions related to Python programming, ask at the Q&A.
Contents |
[edit] Introduction
The latest documentation for the standard python libraries and modules can always be found at The Python.org documents section. This documentation includes the official Tutorial.
The following articles are Python adaptations from articles of the Computer programming book. The texts in these articles are language neutral but the examples are all Python.
[edit] See also
[edit] External links
- Dive into Python
- The Python.org documents section
- ActiveState Python Cookbook
- Text Processing in Python
- Dev Shed's Python Tutorials
- Invent Your Own Computer Games with Python - A complete eBook available for free under a Creative Commons license.
- python tutorials
- Python IDEs - When coding, half of the work may be done by your IDE ... so choosing a good one might be helpful