by Conor Lawless email: conor.lawless@ncl.ac.uk
Other resources
Example scripts
Some short, annotated pieces of code in Python which will give you a flavour of the wide range of problems that you can tackle by programming with Python
Other tutorials
Other online tutorials which are worth looking at if you would like to get a more complete picture of Python's capabilities.
Interesting packages
- Python Imaging Libaray - for programmatic manipulation of photographs (e.g. microscopy images)
- NumPy (Numerical Python) - for efficient handling of large data objects
- SciPy (Scientific Python) - a collection of algorithms and mathematical tools for scientific analysis in Python.
- matplotlib - Create scientific plots directly in Python.
- PyGame - great for interactive software, capturing mouse motion etc.
Overview ∴
Installation ∴
First Script ∴
Execution ∴
Libraries ∴
Structure ∴
Other Resources
Last updated: April 2013