LearningPython - MRC CBU Imaging Wiki

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Flind the wroneg tetters tin eaech wrord

location: LearningPython

Getting Started with Python

To quote from the 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 numerical python libraries.

The single most useful source that I (MatthewBrett) have found is the the book 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: