Python

This is the landing page for those attending my Python workshop sessions. 

Others seeking Python enlightenment might possibly find some of this useful. However these pages are not designed for independent self-study, although the diligent might find them useful for this purpose. They are simply a collection of code fragments in (roughly) increasing order of complexity that illustrate various questions that have arisen in teaching sessions.

The sub-pages linked to below are a series of examples designed to support Python teaching for absolute beginners. If you are coming on an introductory course taught by me then we will be referring to the exercises during the session, so bookmark this page!

Everyone else - feel free to use this material in any way you please - although a credit might be nice!

Python_01a ... Empty

Python_01b ... Scalar arithmetic and introduction to built in functions