🐍
Module 1: Python Basics
Your first steps: printing output, naming values, understanding types, and converting between them.
Lessons
1
Printing & Output Display results with print(), format text with f-strings, and control what appears on screen.
→ 2 Variables & Naming Store values under names, understand assignment, and follow Python naming conventions.
→ 3 Data Types Identify Python's core types, int, float, str, bool, and understand what each represents.
→ 4 Type Conversion Convert between int, float, str, and bool explicitly, and understand when conversions fail.
→