What tools are recommended for developing with the Python language?
Install Python from http://python.org Install the wxPython package for creating accessible GUIs from http://wxPython.org For Windows development, install the Python for Windows extensions at http://sourceforge.net/projects/pywin32/ Also install py2exe, a package for building stand-alone executables from http://py2exe.org In Python, code indentation is syntactically required rather than stylistically optional.