Day 10 of #100DaysOfCode
Built a Calculator using functions with return values.
Today I understood how functions help organize logic and make programs reusable.
@LondonAppBrewer
Day 9 of #100DaysOfCode π
Today I discovered how powerful dictionaries are for storing and organizing data.
Built: Secret Auction program using keyβvalue pairs.
Feeling more comfortable working with structured data.
Day 8 of #100DaysOfCode π
Built a Caesar Cipher with functions.
Today I clearly understood why modulo (%) is used to keep indexes within the alphabet range and how to keep spaces and symbols unchanged.
Good step forward in understanding program logic.
Day 7 of #100DaysOfCode π
Today I learned:
β’ breaking problems into steps (flowchart)
β’ managing game logic
β’ tracking state (lives, guesses)
Built: Hangman game in Python.
This one really improved my problem-solving skills.
Day 6 of #100DaysOfCode π
Learned how to write functions and use while loops to control program flow.
Built: Escaping the Maze.
Challenging day, but I can feel progress.
Day 5 of #100DaysOfCode
Learned:
β’ for loops with lists
β’ range()
β’ FizzBuzz logic
Built: Password Generator.
Also discovered random.shuffle() and checked https://t.co/3JRHKr8tv0 β my email appeared in a 2020 breach. Good reminder about password security.
@londonappbrewery
Day 4 of #100DaysOfCode π
Learned about the random module and how lists work in Python.
Built a Rock Paper Scissors game where the computer randomly chooses its move.
Day 4 of #100DaysOfCode
Learned:
if/else, modulo %, nested conditions, logical operators.
Built: Treasure Island game.
Discovered ASCII art for CLI games.
Day 2 of #100DaysOfCode
Learned:
data types, type conversion, math operations, f-strings.
Built: Tip Calculator.
Also discovered the difference between round() and :.2f formatting.
Day 1 of #100DaysOfCode
I started Angela Yu's course because I realized my Python skills weren't as strong as I thought.
Rules:
β’ Code at least 1 hour every day
β’ Share progress on X
Today I learned: printing, debugging, input(), variables.
Built: Band Name Generator.