Loading course…
Loading course…
Created by Shaunak Ghosh
Learn to build simple, interactive Python programs from scratch. Step-by-step videos guide you through variables, input, arithmetic, decisions, loops, collections, and functions so you can create clean, readable code with confidence.
7 modules • Each builds on the previous one
Explore how Python stores data using variables and the main primitive data types (int, float, str, bool).
Learn to read user input with input() and display formatted text using f-strings for clearer output.
Use arithmetic, comparison, and logical operators to build meaningful expressions.
Control program flow by executing code conditionally with if, elif, and else blocks.
Repeat actions efficiently with for and while loops, including loop control statements.
Manipulate ordered collections using list methods and understand immutable tuples.
Write reusable code blocks with def, understand parameters, return values, and scope basics.
Begin your learning journey
In-video quizzes and scaffolded content to maximize retention.