This repository contains a collection of materials for teaching/learning Python 3 (3.10+).
Since replit.com went the way of extreme freemium 💀 and many school network technicians will not allow installing of Python directly on school systems as security measure, Jupyter notebooks offer a good alternative to an online IDE.
These are my Key Stage 4 resources. My Key Stage 5 resources can be found here.
- Have Python 3.10 or newer installed. You can check the version by typing
python3 --versionin your command line. You can download the latest Python version from here.
or
- you can use the Google Colab links next to each resource as a simple way to code online. Look for the
icon
- printing [slides] [exercise] -->
4.1 procedures [slides] [exercise] -->
4.2 procedures [slides] [exercise] -->