Bundle
Series of 6 Lessons in Python with an extra help sheet
A series of resources to teach Python - from basic arithmetic, through if/else statements and loops (definite and indefinite), to using randomisation to select specific elements from a list.
Covers what is required for GCSE.
Contains many exercises and lots of working code which can simply be copied, pasted and run in your Python editor of choice e.g. Trinket or Idle
Complete in this order:
Basic maths in Python - add, subtract, multiply, divide, MOD
Order of operators in programming
if… else in Python (basic, nested and using Boolean operators)
Loops - Iteration (definite and indefinite)
Lists (Arrays) in Python
Randomisation in Python
Python Help sheet - starts from printing “Hello World” to using randomisation. Detailed explanations at every stage.

