LearningPython - MRC CBU Imaging Wiki

Revision 1 as of 2006-07-06 11:36:06

Clear message
location: LearningPython

Getting Started with Python

To quote from the [http://www.python.org Python website:

  • Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.

It has very good support for arrays and matrices when combined with the [http://numeric.scipy.org/ numerical python libraries].

The single most useful source that I (MatthewBrett) have found is the the book [http://www.oreilly.com/catalog/lpython2/ Learning Python] by Mark Lutz and David Ascher. I have a couple of copies in my office to lend if you are interested.

Other resources are: