Python – All the Stuff
Leave a commentMay 13, 2026 by mrgoldsack

Python is versatile and multi-functional programming language that is used in thousands of different applications.
One of the many reasons Python is popular is that it is open source. All the documentation, background IDEs, and infrastructure is free to and regularly updated. If you would like to learn more about Python or add it to a personal device, check our its official website:
Python.org
If you are looking to try out Python at home, but don’t want to download an IDE, check out this online space – https://www.online-python.com/
Basics – Access Python in Applications -> Python 3.xx
Over the next few classes, we will be covering some basic structures and syntax in Python. Follow along in class and complete the questions in the following Modules…
Each is worth 10 marks.
Module 1 (Print Command) –
Module 2 (Variables & Constants) –
Module 3 (Number Data) –
Module 4 (User Input) –
Project Builds
More to come…