python

TwitterFacebook

python programming references cameronsmith Jul 6

Get flash to fully experience Pearltrees
https://developers.google.com/edu/python/ Welcome to Google's Python Class -- this is a free class for people with a little bit of programming experience who want to learn Python. The class includes written materials, lecture videos, and lots of code exercises to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience.

s Python Class - Google's Python Class - Google Code

http://wiki.python.org/moin/IntegratedDevelopmentEnvironments

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. http://pythonhosted.org/spyder/

Spyder

I think that IDLE was the default development environment. It comes with the package when you download the Python interpreter. by lawrencengo 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 cameronsmith 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 lawrencengo 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. http://docs.python.org/library/

The Python Standard Library — Python v2.7.2 documentation