Course curriculum

  • 1

    Introduction

    • Welcome
    • A bit about Programming
    • Installing Python
    • Python Working Environment
    • Introduction Quiz
    • How to fix errors in Python Code - A guide.
    • NEW ******Free Ebook by Julia Roebuck *******
  • 2

    Basic arithmetic

    • Addition and Subtraction
    • Division and Multiplication
    • Operator Precedence
    • Quiz - Basic Arithmetic
  • 3

    Evaluators

    • Greater than, Less than
    • Greater than or equal to, Less than or equal to
    • Equal to, Not Equal to
    • Practice: Evaluators
    • Practice : Evaluators (Answers)
  • 4

    Print

    • Print
    • Formatting in Print
    • Practice: Maths and Print
    • Practice: Print Formatting
  • 5

    Variables

    • What are variables?
    • Data Types
    • Integers and Floats
    • Strings and Booleans
    • Using Variables with Maths
    • Quiz - Variables
    • Practice: Variables
    • Practice with Variables (Answers)
  • 6

    Input

    • Input
    • Practice : Input
    • Practice : Input (Answer)
  • 7

    Trying it all out

    • Trying it all out
    • Using files
    • Using Files - Windows users
  • 8

    While Loops

    • While loops explained
    • While loops 2
    • While loops 3
    • While loops 4
    • Practice: While Loops
    • Practice answers
  • 9

    If/Else/Elif

    • IF/ElSE/ELSIF Explained
    • If
    • Elif (Else If)
    • Else
    • If Practice
    • If Practice (Answer)
    • Extra programming task with IF's
    • Extra programming task While loop
    • Extra programming task While loop
  • 10

    Calculator Program

    • Calculator Program 1
    • Calculator Program 2
    • Calculator Program 3
    • Calculator Program 4
  • 11

    PDF to keep

    • PDF of everything you've learnt.
  • 12

    Games

    • Rock, Paper, Scissors
    • Guessing Game