🟢 Python Basics
Core language fundamentals every beginner must know.
- Syntax — your first Python program
- Output — printing & formatting
- Comments — documenting code
- User Input — reading input
- String Formatting — f-strings & format()
Learn Python step by step using a structured roadmap. Start with core fundamentals, move through logic and data, and progress toward real-world applications.
Core language fundamentals every beginner must know.
How Python stores, manipulates, and organizes data.
Make decisions and repeat logic in your programs.
Write reusable, modular, and maintainable code.
Work with files, data formats, and popular libraries.