๐Ÿ“˜ 12-Week Python Course

Your Learning Journey

Follow along week by week and become a Python programming pro! Each lesson builds on the last. ๐Ÿš€

โœ“
๐Ÿ‘‹
Week 1
Hello, Python!

Meet Python and write your very first lines of code. Learn how to make the computer talk!

beginner print() strings running code
โ€บ
โœ“
๐Ÿ“ฆ
Week 2
Variables โ€” Your Coding Backpack

Create variables to store your name, favorite color, food, and dream job. Tell Py about yourself!

beginner variables assignment = data types
โ€บ
โœ“
๐Ÿ”ข
Week 3
Numbers & Math Magic

Help Py use Python to add, subtract, multiply, and divide numbers like a calculator!

+ - * / numbers math operators
โ€บ
โœ“
๐Ÿ’ฌ
Week 4
Strings โ€” Words Have Power

Use strings to create your own fun message, favorite quote, or silly sentence using +!

strings concatenation quotes text
โ€บ
โœ“
๐ŸŽค
Week 5
Input โ€” Talk Back to the Computer

Write a program that asks the user their name and favorite animal, then responds back!

input() user interaction strings interactive
โ€บ
โœ“
๐Ÿ”€
Week 6
If Statements โ€” Choose Your Path

Use if statements to help Py make decisions based on the user's answer. Add else too!

if else elif conditions
โ€บ
โœ“
๐Ÿ”
Week 7
Loops โ€” Repeat the Fun

Use loops to repeat words, count numbers, or print a cheer multiple times without rewriting code!

for range() repeat countdown
โ€บ
โœ“
๐Ÿ“‹
Week 8
Lists โ€” Pack the Adventure Bag

Make a list of items Py should bring and print them out. Use index, len(), and append()!

lists [ ] index len() append()
โ€บ
โœ“
๐Ÿ—‚๏ธ
Week 9
For Loops with Lists โ€” Explore Each Item

Use a loop to go through a list and print each item one by one. The ultimate combo!

for item in list elements iteration combine
โ€บ
โœ“
โšก
Week 10
Functions โ€” Py's Special Powers

Create a function that prints a welcome message, joke, or fun fact โ€” then call it anytime!

def functions parameters reusable code
โ€บ
โœ“
๐ŸŽฎ
Week 11
Mini Game Week

Create a mini game like a guessing game, trivia question, or lucky number challenge!

int(input()) elif games score
โ€บ
โœ“
๐Ÿ†
Week 12
Final Project โ€” Your Python Adventure

Create your own mini Python project using everything you've learned. Make it your own! ๐Ÿ

capstone creative all concepts celebrate
โ€บ