CCF SELF-LEARNING COURSE

🐍 Python Programming

Learn programming by writing small Python programs, solving puzzles and building useful mini-projects.

Starter β†’ Advanced5 lessons5-question final quiz
Course access: register or sign in before starting lessons.

Your progress

Loading…

Learning journey

LESSON 1

Meet Python

Run your first program and learn how computers follow instructions.

Watch / explore β†’
LESSON 2

Variables, Input & Output

Store information and interact with a user.

Watch / explore β†’
LESSON 3

Conditions & Decisions

Use if/elif/else to make programs respond.

Watch / explore β†’
LESSON 4

Loops, Lists & Functions

Repeat work, organise data and reuse logic.

Watch / explore β†’
LESSON 5

Build a Mini App

Create a quiz, calculator, guessing game or community tool.

Watch / explore β†’

βœ… Final quiz

Pass mark: 70%. Complete all lessons and pass the quiz to unlock the certificate.

1. Which function displays text?

2. What stores a value that can change?

3. A loop helps you:

4. A function is:

5. A good debugging habit is to:

Project challenge: Build a quiz, calculator, guessing game or simple data tool.