-
Part 7: Beyond the Basics (What’s Next?)
Congratulations on completing the Python Launchpad! You now have the fundamental skills that every software engineer, data scientist, and web developer uses daily. But the…
-
Module 6: The Capstone Project (The Expense Tracker)
Congratulations! You’ve reached the end of the course. It’s time to take everything you’ve learned—Variables, Loops, Logic, Functions, and Lists—and build one real-world application. The…
-
Module 5: Lists & Dictionaries (Organizing Your Data)
Welcome to Module 5! Up until now, we’ve been using one variable for one piece of data (e.g., name = “Alex”). But what if you…
-
Module 2: Logic & Decisions (Making Your Program Smart)
Welcome back! In Module 1, we learned how to store data and talk to the user. But right now, our programs are a bit… well,…
-
Module 4: Functions (Don’t Repeat Yourself!)
Welcome to Module 4! Up until now, if you wanted to perform a specific task (like calculating a tax or greeting a user) three different…
-
Module 3: Loop de Loop (Making the Computer Do the Boring Stuff)
Welcome to Module 3! So far, your programs run once and then quit. But what if you wanted to print “I love Python” 1,000 times?…
-
Module 1: Your First Steps in Python
Welcome to the Python Launchpad! If you have ever wanted to learn to code but didn’t know where to start, you are in the right…
-
The Python Launchpad

From “Hello World” to Building Your First App. Module 1: The Basics (Speaking the Language) Module 1: The Basics (Speaking the Language) Module 2: Logic…
