win32 F/OSS development - Python

Python Logo

It's no secret Python is my current favorite language. Cross platform, OOP, a giant standard library, and a ton of addin libraries... what's not to love?

Base Package

The first thing to grab is the base package. I stick with the python.org version as opposed to ActiveState's. Grab the windows installer from the downloads page. It will be named something like: python-2.4.3.msi You'll also want the documentation that goes with it.

GUI Toolkits

Documentation

Before you start grabbing every addin know to man, there is some grat documentation available that you'll want to get.

Modules

Some modules you'll want to grab...
Note: make sure to download the correct version based on your version of Python!


Code Snippets

Some code snippets...






< < Back to Start >>