Skip to content

Latest commit

 

History

History

README.rst

Tutorials

Each tutorial in this repository is a Jupyter Notebook. Many of the notebooks have a short video guiding you through the code. These video tutorials will be available on Youtube and the sharedrive.

Click here to see the Beginner Python Tutorials on Youtube.

The aim is to have the topics which are covered in the workshops available here in a concise format. See also the related resources.

How to use the tutorials

All tutorials can be run by clicking on the below "launch binder" button. This will allow you to run the Jupyter Notebook tutorials in the browser without needing any downloads.

Alternatively, you can download all notebooks as a ZIP file by clicking here.

Tutorial Topics

Workshops and resources that cover similar topics will also be listed.

How to Install Python with Miniconda

How to use Jupyter Notebooks

Basic Python data types (strings, numbers and boolean)

Python containers (lists, dictionaries)

Python variables - how do they work?

Using the NumPy package

How to use pip to install packages

How to use Virtual Environments (venv)