PyScripter is a free and open-source Python Integrated Development Environment (IDE) created with the ambition to become competitive in functionality with commercial Windows-based IDEs available for other languages. Being built in a compiled language is rather snappier than some of the other Python IDEs and provides an extensive blend of features that make it a productive Python development environment.
PyScripter (1.8.5 - unofficial release) is now available at http://pyscripter.googlepages.com/. The main improvements compared to the last official release are: - Remote interpreter and debugging - Windows Vista compatibility - Easier use with moveable (unregistered) Python installations There are tens of other new features and bug fixes. See the full history for more information. Please note that to use remote debugging you need to download and install the Python package Rpyc (http://rpyc.sf.net) version 2.6 available for download at http://sourceforge.net/project/showfiles.php?group_id=155578. However this is optional and you can still use PyScripter as you did with earlier versions. For more information have a look at the following pages (the first one is essential reading): * Remote Interpreter and Debugger (http:// pyscripter.googlepages.com/remotepythonengines) * Using matplotlib with PyScripter (http:// pyscripter.googlepages.com/matplotlib) * Debugging django applications with PyScripter (http:// pyscripter.googlepages.com/django) * Using PyScripter with Portable Python (http:// pyscripter.googlepages.com/portablepython) -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
