Python 2 (Structuring Code, Modules and Documentation)

This course will be run via a JupyterHub server. Once you have logged onto the server you will find a set of directories, one for each session. Once you have logged onto the server you will find a set of directories, one for each session. The material for this session is in the python2 directory.

If you have jupyter installed on your computer, you can download all of the material here: python2.zip

Unzip the download and then open the notebooks using your local installation of jupyter.

You can also download and view the material here:

Concept 1 - Documentation

Concept 2 - Documenting Classes

Concept 3 - Exceptions

Concept 4 - Error Handling

Concept 5 - Regular Expressions

Concept 6 - Modules


Previous Up Next