100DaysOfCode
@LondonAppBrewer
Day20:
Today I made my very first own snake game that was popular in Nokia 3310 Phones in my teenage years using Tuple slicing and Class Inheritance
https://t.co/0JHnKKwDQX
#100DaysOfCode@LondonAppBrewer
Day19:
Today I expanded on the Turtle package and learnt about event listeners. With that knowledge, I created manual drawings and also a Turtle racing game.
https://t.co/xkOxNEAYcG
#100DaysOfCode@LondonAppBrewer
Day18:
Today I learnt about the Module Turtle and used the package to create various art projects. One of the highlights was to extract the colors from the Damien first painting and create my own pattern :
https://t.co/3R6LAIhHzD
#100DaysOfCode@LondonAppBrewer
Day17:
Today I continued with object oriented programming and created my self-declared classes with attributes and methods. With that I created the 12 Q/A games with True/False format:
https://t.co/SjVed6SL0D
#100DaysOfCode@LondonAppBrewer
Day16:
Today I began understanding the object oriented programming and explored the concepts of objects, classes, methods and attributes. With that I created a turtle racing game by using the Turtle Package:
https://t.co/FGfgUQb0Z2
#100DaysOfCode@LondonAppBrewer
Day15:
Today I completed first intermediate project to test all the beginner skills like accessing nested dictionaries, problem breakdown and nested functions. The task was to create a Real-Time coffee Machine
https://t.co/Jmh1JJDKW7
#100DaysOfCode@LondonAppBrewer
Day14:
Today I completed my capstone project for Beginner module in Python called : The higher vs lower game.
The user guesses who has more social media followers.
I am officially an Intermediate now! wohoooo!🥳🥳🥳
https://t.co/U0tDA5Wtnm
#100DaysOfCode@LondonAppBrewer
Day13:
Today I learnt about Debugging and used the tools Thonny and Pythontutor to visualize and find the errors in the Fizzbuzz code
https://t.co/ccQVgQsPlu
#100DaysOfCode@LondonAppBrewer
Day11:
Today I learnt about the scope functionality of python and implemented global and local variables. With that I coded the number guessing game :
https://t.co/lP6EhGwKwF
#100DaysOfCode@LondonAppBrewer
Day10:
Today I learnt about functions with capabilities to return output. With that I created a calculator using dictionaries within a function as well
https://t.co/YnmpFR0bWE
#100DaysOfCode@LondonAppBrewer
Day9:
Today I dictionaries and the concept of nesting, where I created lists and dictionaries nested inside another list and vice versa. With that concept I created a blind auction game :
https://t.co/YyHql8NTQe
#100DaysOfCode@LondonAppBrewer
Day8:
Today I learnt function calls with keyword and positional arguments. With that knowledge, I created the Caesar Cipher:
https://t.co/D3XlUIzb3q
#100DaysOfCode@LondonAppBrewer
Day7:
Today I learnt how to design a code with designing the logic with flow charts first along with sub-function calls. With that I created the game Hangman :https://t.co/BMO9Iz4lgh
#100DaysOfCode@LondonAppBrewer
Day5:
Today I learnt the loop functionality and the range() function, with that I did the FuzzBizz Challenge and created the password generator