Paul Baumgarten

Computer Scientist, teacher, freelance programmer and self confessed geek

Quick Python recap

This recap is targetted for middle school students who have done a little Python (such as with the Microbit) and need a recap before moving on to one of my other Python units.

The focus is on giving you a quick recap on the essentials such as:

  1. Variables and numbers
  2. Strings and casting
  3. Truth, if, else and while
  4. Lists and for-loops
  5. Functions

Recap videos

COMING SOON

Recap reference notes

A recommend printing and keeping a copy of my Python basics reference for beginners PDF. No programmer is ever expected to have everything memorised, so having a useful guide to serve as a reminder prompt of the basics can be enormously helpful.