Back πŸ“š Learning Path
Python β€” Basics

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