Back
π Learning Path
Python β Basics
Your first steps with Python. Enough to write simple scripts and understand how code works.
β±οΈ
5h
π
5 steps
π―
Beginner
π― What you'll learn
- β Read and write basic Python code
- β Understand variables, conditions, and loops
Steps
1
Install Python & Editor
Set up Python and VS Code on your machine.
β±οΈ 30 min
2
Variables & Print
Store data, print output, understand strings and numbers.
β±οΈ 60 min
3
If/Else & Loops
Make decisions and repeat actions in your code.
β±οΈ 90 min
4
Lists & Dictionaries
Store collections of data and access them.
β±οΈ 60 min
5
Your First Script
Write a script that asks for input and responds.
β±οΈ 60 min