Module 02

Coding Fundamentals

Learn to Think Like a Programmer

Your first programming course using Python and Thonny. No prior coding knowledge needed. 100% free and offline after setup.

0 of 12 weeks complete0%

Learning Objectives

  • Explain what code is and how a program runs
  • Write basic Python using variables, conditionals, loops, and functions
  • Read and fix simple errors in your own code
  • Build a small complete program independently

Glossary

Variable
A named place to store a value in your program.
Function
A reusable block of code that performs a task.
Loop
Code that repeats until a condition is met.
Syntax
The rules for writing valid code in a language.
Debug
Finding and fixing errors in a program.