Back to Discover

Technology · Programming

Python from the beginning

Learn Python from first principles through clear explanations, small exercises and practical programs you can understand and adapt.

45 min3 modulesBeginner friendly
Start this free course

Free to take. This course does not use any Learning Credits.

What you’ll be able to do

Read and write a small Python program using variables, decisions and repetition.

Course outline

A clear route from first principles to practical confidence

  1. 01

    Meet Python

    • What a program does
    • Show text with print()
    • Values and variables
  2. 02

    Make decisions

    • Compare values
    • Use if and else
    • Build a simple checker
  3. 03

    Repeat useful work

    • Why loops matter
    • Work with a list
    • Your first complete program