Learning Python in 30 Days, one small step at a time The full series can be found here https://makeitwithmatty.blogspot.com/p/programming-index.html The index to my entire blog can be found here https://makeitwithmatty.blogspot.com/p/index.html
Day 1 – Your First Python Program. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-1-your.html
Day 2 – Variables & Data Types. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-2-variables.html
Day 3 - User Input + Basic Math. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-3-user.html
Day 4 – Operators & Expressions. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-4-operators.html
Day 5 – Conditionals (if/elif/else). Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-5.html
Day 6 – Chaining Conditions + Nesting. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-6-chaining.html
Day 7 – Review Day. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-7-review-day.html
Day 8 – For Loops. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-8-for-loops.html
Day 9 – While Loops. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-9-while.html
Day 10 – Lists. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-10-lists.html
Day 11 – Tuples & Sets. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-11-tuples.html
Day 12 – Dictionaries. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-12.html
Day 13 – Nested Structures & Looping. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-13-nested.html
Day 14 – Week 2 Review, Make a tiny dungeon game. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-14-week-2.html
Day 15 – Functions. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-15.html
Day 16 – Arguments & Defaults. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-16.html
Day 17 – Error Handling (try/except). Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-17-error.html
Day 18 – Working with Files. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-18-working.html
Day 19 – Using Modules. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-19-using.html
Day 20 – Creating Your Own Module. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-20-creating.html
Day 21 – Build a Daily Journal CLI App. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-21-week-3.html
Day 22 – Lists & Dictionary Comprehensions. Post on my blog site https://makeitwithmatty.blogspot.com/2025/11/learn-python-in-30-days-day-22-lists.html