Python & Programming
From zero to your own projects — writing code from lesson one.
- Who it's for
- grade 6+ and adults
- Format
- group of up to 8 or one-on-one, online
- Level
- from zero to confident
What you'll learn
- Write clean Python: variables, conditionals, loops, functions.
- Build small real programs (calculator, quiz, bot).
- Read an error and fix your code yourself.
- Use Git and publish your project.
Program by modules
- 01
Intro: how code runs
- Why Python, running code
- print, comments, errors are normal
Project: A greeting program that introduces you.
- 02
Variables & types
- Numbers, strings, booleans
- input() and type conversion
Project: A program that asks an exam score and says pass/retake.
- 03
Conditions & loops
- if / elif / else
- for, while, range
Project: A guess-the-number game.
- 04
Lists, dicts, functions
- Lists and dictionaries
- Writing functions, arguments
Project: A program that stores grades and computes the average.
- 05
Real projects
- Working with files
- Libraries and API basics
Project: A quiz bot or a simple Telegram bot.
- 06
Engineer's habits
- Git and GitHub
- Readable code, small tests
Project: Publish your project on GitHub with a README.