Python Programming

Python Programming

The 3 steps to an excellent Python Development Environment

1. Download Python
http://wiki.python.org/moin/BeginnersGuide/Download

2. Download Eclipse
http://www.eclipse.org/ (I use the Eclipse Classic Release)

3. Install PyDev Eclipse Plug-in
http://pydev.sourceforge.net/

PyDev is a plugin that enables users to use Eclipse for Python and Jython development — making Eclipse a first class Python IDE — It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others. If you want more details on the provided features, you can check here.
http://pydev.sourceforge.net/

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License