Submitted by BrianNapoletano on 24 July, 2007 - 17:27
Article Contents
Python Scripting
- Python.org -- The official Python website
- Python 2.5 Quick Reference -- A quick-reference that covers syntax, types, built-ins and additional modules
- Regular Expressions HOWTO -- A tutorial on the RE Python module, which incorporates Perl-like RegEx functionality
- Useless Python -- Not what you're thinking; it's a collection of general Python information and examples
- Vaults of Parnassus -- A truly massive collection of Python and OOP resources
Useful Python Modules
- MySQLdb -- Module to interface with MySQL. If generalizability to other database structures might be an issue, check out pyodbc instead.
- PyMedia -- A Python module for audio media files
- pyodbc -- Python Open Database Connectivity module
- re -- Regular expression module with Perl-like functionality
- SciPy -- Scientific Tools for Python (including NumPy)
Python Texts
- Learning Python
- Programming Python
- Python Cookbook
- Python Pocket Reference






Post new comment