Day 2 of Learning Python!

Day 2 of Learning Python!
Here's what I learned today: Variables and f-strings for clean formatting Basic math functions like pow(), round(), floor(), and ceil() String methods like .upper(), .lower(), .title(), .replace(), ....
0 Read More

Day 3 of Learning Python!

Day 3 of Learning Python!
100-days-of-code Day 3Here’s what I covered today: if, elif, and else statements Dictionaries While loops For loops (took me a bit, but I got it!) 2D lists & nested loops Projects ...
0 Read More

100DaysOfCode — Day 5

Day 5: Deep dive in functions. Define and call functions, label their arguments, and use their return values. Like the documentation says. Tough day....
0 Read More

Day 15 of Coding

100DaysOfCode Day 15 Started the Alien Invasion project (Python Crash Course) Learned the Alt+0151 trick to type an em dash — lol 😅 Got stuck since the book jumps into Pygame without tea...
0 Read More