Wazeem
wazcodes.bsky.social
Wazeem
@wazcodes.bsky.social
20 | Student | Code & Nocode
Day 35 of #100DaysOfPython

Topics Learned:
How to work with the Canvas Widget and Add Images to Tkinter

Projects:
A Pomodoro GUI Application
April 25, 2025 at 11:49 AM
Day 34 of #100DaysOfPython

Topics Learned:
Creating Windows and Labels with Tkinter
Setting Default Values for Optional Arguments inside a Function Header
*args and **kwargs
Buttons, Entry, and Setting Component Options
April 25, 2025 at 11:48 AM
Day 33 of #100DaysOfPython

Topics Learned:
How to use dictionary comprehension
How to iterate over a Pandas DataFrame
History of GUI and introduction to Tkinter

Projects:
Applied list comprehension to the U.S. States Game
NATO Alphabet Project
April 25, 2025 at 11:47 AM
Day 32 of #100DaysOfPython

Topics Learned:
How to create lists using list comprehension

Coding Exercises:
Squaring number
Filtering even numbers
Finding data overlap between two lists
April 25, 2025 at 11:46 AM
Day 31 of #100DaysOfPython

Projects:
The Great Squirrel Data Analysis – Explored squirrel census data using Pandas!
U.S. States Game – Built a fun geography quiz that tests your knowledge of U.S. states!

Loving how data and games are coming together!
April 25, 2025 at 11:46 AM
Day 30 of #100DaysOfPython

Topics Learned:
Reading CSV data in Python
DataFrames & Series – Working with rows and columns using Pandas
April 25, 2025 at 11:45 AM
Day 29 of #100DaysOfPython

Topics Learned:
How to open, read, and write files
Relative and absolute file paths

Projects:
Snake Game – Added a high score feature!
Mail Merge Challenge – Automated personalized letter generation! 🚀
April 25, 2025 at 11:45 AM
Day 28 of #100DaysOfPython

Projects:
Turtle Crossing Game – Built a fun game where the turtle dodges traffic to cross the road!
April 25, 2025 at 11:41 AM
Day 27 of #100DaysOfPython

Projects:
Pong Game – Completed the game! 🎉

Had fun refining the mechanics and making it fully playable. 🚀
April 25, 2025 at 11:40 AM
Day 26 of #100DaysOfPython

Projects:
Pong Game – Created two paddles and the ball, and got it moving! 🚀

Excited to add more game mechanics next! 🎮
April 25, 2025 at 11:39 AM
Day 25 of #100DaysOfPython

Topics Learned:
How to slice lists and tuples in Python

Projects:
Snake Game – Completed the game! 🎉

Had a great time refining the logic and making it more fun to play. 🚀
April 25, 2025 at 11:38 AM
Day 24 of #100DaysOfPython

Topics Learned:
Class Inheritance

Projects:
Snake Game – Detected collisions with food, created a scoreboard, and handled wall collisions!

Making the game more interactive was a fun challenge! 🚀
April 25, 2025 at 11:37 AM
Day 23 of #100DaysOfPython

Projects:
Snake Game – Created the snake, made it move, and added controls!
April 25, 2025 at 11:36 AM
Day 22 of #100DaysOfPython

Topics Learned:
Object State and Instances
Understanding the Turtle Coordinate System

Projects:
A Turtle Racing Game
April 25, 2025 at 11:36 AM
Day 21 of #100DaysOfPython

Topics Learned:
How to Extract RGB Values from Images

Projects:
A Hist Painting

Day 21 was all about working with colors—learned how to extract RGB values from images and used them to create a hist painting!
March 26, 2025 at 5:15 PM
Day 20 of #100DaysOfPython

Topics Learned:
How to Generate Random RGB Colours

Turtle Challenges:
Drawing Different Shapes
Generate a Random Walk
Draw a Spirograph

Day 20 was all about adding color and creativity with Turtle Graphics! Learned to generate random RGB colors and create cool patterns.
March 26, 2025 at 5:15 PM
Day 19 of #100DaysOfPython

Topics Learned:
Python Higher Order Functions
Event Listeners

Projects:
An Etch-A-Sketch App
March 26, 2025 at 5:14 PM
Day 18 of #100DaysOfPython

Topics Learned:
Benefits of OOP
Python Tuples
Using Turtle Graphics
March 26, 2025 at 5:14 PM
Day 17 of #100DaysOfPython

Projects:
A Quiz Game
March 26, 2025 at 5:13 PM
Day 16 of #100DaysOfPython

Topics Learned:
Turtle Graphics
How to use the Documentation
Importing Modules, Installing Packages and Working with Aliases

Projects:
A Coffee Machine using OOP
March 11, 2025 at 5:45 PM
Day 15 of #100DaysOfPython

Topics Learned:
How to create your own Class in Python
Working with Attributes, Class Constructors and init() Function
Adding Methods to a Class
March 9, 2025 at 6:15 PM
Day 14 of #100DaysOfPython

Topics Learned:
Object Oriented Programming
Classes and Objects
Constructing Objects and Accessing their Attributes and Methods
How to Add Python Packages and use PyPi
Practice Modifying Object Attributes and Calling Methods
March 8, 2025 at 6:18 PM
Day 13 of #100DaysOfPython

Projects:
A Higher Lower Game
A Coffee Machine

Day 13 was all about building two fun projects! The Higher Lower game tested logic and comparisons, while the Coffee Machine project helped practice handling resources and user input.
March 8, 2025 at 6:18 PM
Day 12 of #100DaysOfPython

Projects:
A Number Guessing Game

Day 12 was all about building a Number Guessing Game! Handling user input, loops, and logic made it a fun challenge.
March 6, 2025 at 5:21 PM
Day 11 of #100DaysOfPython

Topics Learned:
Global Scope
Local Scope
Debugging

Day 11 was all about understanding scope and fixing tricky bugs!
March 5, 2025 at 6:08 PM