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.
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.
Workshops and resources that cover similar topics will also be listed.
- Here is a great tutorial on Jupyter Notebooks from Corey Schafer.
- Check out the
Python-Beginner-01-data-types.ipynbjupyter notebook. - Basic data types tutorial video
- Check out the
Python-Beginner-02-containers.ipynbjupyter notebook. - Python containers tutorial video
- Check out the
Python-Beginner-03-variables.ipynbjupyter notebook. - Python variables tutorial video
- Check out the
Python-Beginner-04-numpy-basic.ipynbjupyter notebook. - NumPy tutorial video