
python
python programming references Jul 6
Get flash to fully experience Pearltrees
s Python Class - Google's Python Class - Google Code
IntegratedDevelopmentEnvironments
Please keep wiki links as wiki links, use external links only if there is no existing page for the IDE. and these ShowMeDo videos for Wing 3 Professional SPE , PyDev (inside Eclipse) and IPython . Take a look at PythonEditors if you prefer something lightweight.Spyder is the Scientific PYthon Development EnviRonment: a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features and a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra), SciPy (signal and image processing) or matplotlib (interactive 2D/3D plotting). Spyder may also be used as a library providing powerful console-related widgets for your PyQt-based applications – for example, it may be used to integrate a debugging console directly in the layout of your graphical user interface.
Spyder
I think that IDLE was the default development environment. It comes with the package when you download the Python interpreter. by Jul 11
you want to get python(x,y) which will install spyder http://www.pythonxy.com/ i have no idea if it's better i haven't heard of IDLE by Jul 9
Have you this out yet? I'm having some trouble setting it up, and I wanted to know if it's better than IDLE. by Jul 9
GUI
While The Python Language Reference describes the exact syntax and semantics of the Python language, this library reference manual describes the standard library that is distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.

