pythonBeginner
Python Engineer from Scratch
A practical Python course for learners aged 12+: from first programs to files, OOP, APIs, tests, and a final portfolio project.
Progress0 / 12 lessons
Course Curriculum
What Programming Is and Why Learn Python
10 tasks
Installing Python and VS Code: preparing the workspace
10 tasks
First Program: `print("Hello, World!")`
8 tasks
Comments: explaining code to yourself
8 tasks
Variables: Storing Values
10 tasks
Numbers: int and float - whole and decimal values
10 tasks
Strings: str - working with text
10 tasks
Boolean Values: `True` and `False`
10 tasks
`input()`: The Program Listens to the User
10 tasks
Type Conversion: `int()`, `str()`, `float()`
10 tasks
Module Final Project: Personal Business Card
10 tasks