Advertisement · 728 × 90

Posts by Wazeem

Post image

Day 35 of #100DaysOfPython

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

Projects:
A Pomodoro GUI Application

11 months ago 2 0 0 0

Other Tkinter Widgets: Radiobuttons, Scales, Checkbuttons and more
Tkinter Layout Managers: pack(), place() and grid()

Projects:
Mile to Kilometers Converter

11 months ago 0 0 0 0

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

11 months ago 1 0 1 0

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

11 months ago 0 0 0 0

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

11 months ago 0 0 0 0

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!

11 months ago 0 0 0 0

Day 30 of #100DaysOfPython

Topics Learned:
Reading CSV data in Python
DataFrames & Series – Working with rows and columns using Pandas

11 months ago 0 0 0 0
Advertisement

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! 🚀

11 months ago 0 0 0 0
Post image

Day 28 of #100DaysOfPython

Projects:
Turtle Crossing Game – Built a fun game where the turtle dodges traffic to cross the road!

11 months ago 1 0 0 0
Post image

Day 27 of #100DaysOfPython

Projects:
Pong Game – Completed the game! 🎉

Had fun refining the mechanics and making it fully playable. 🚀

11 months ago 1 0 0 0
Post image

Day 26 of #100DaysOfPython

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

Excited to add more game mechanics next! 🎮

11 months ago 0 0 0 0
Post image Post image

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. 🚀

11 months ago 0 0 0 0

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! 🚀

11 months ago 0 0 0 0

Day 23 of #100DaysOfPython

Projects:
Snake Game – Created the snake, made it move, and added controls!

11 months ago 0 0 0 0
Post image

Day 22 of #100DaysOfPython

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

Projects:
A Turtle Racing Game

11 months ago 0 0 0 0
Post image

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!

1 year ago 1 0 0 0

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.

1 year ago 0 0 0 0
Advertisement

Day 19 of #100DaysOfPython

Topics Learned:
Python Higher Order Functions
Event Listeners

Projects:
An Etch-A-Sketch App

1 year ago 0 0 0 0

Day 18 of #100DaysOfPython

Topics Learned:
Benefits of OOP
Python Tuples
Using Turtle Graphics

1 year ago 0 0 0 0

Day 17 of #100DaysOfPython

Projects:
A Quiz Game

1 year ago 0 0 0 0

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

1 year ago 1 0 0 0

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

1 year ago 1 0 0 0

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

1 year ago 0 0 0 0
Post image Post image

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.

1 year ago 0 0 0 0

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.

1 year ago 0 0 0 0

Day 11 of #100DaysOfPython

Topics Learned:
Global Scope
Local Scope
Debugging

Day 11 was all about understanding scope and fixing tricky bugs!

1 year ago 0 0 0 0

Day 6 of #100DaysOfPython

Topics Learned:
Functions with Inputs
Positional and Keyword Arguments

Projects:
Caesar Cipher

1 year ago 0 0 0 0
Advertisement

Day 10 of #100DaysOfPython

Projects:
A Blackjack game

Day 10 was all about coding a Blackjack game! Learned a lot about handling game logic, loops, and conditional statements.

1 year ago 0 0 0 0

Day 9 of #100DaysOfPython

Projects:
Calculator

Day 9 was all about building a functional calculator from scratch! Handling operations and user input was a great way to practice functions.

1 year ago 0 0 0 0

Day 8 of #100DaysOfPython

Topics Learned:
Functions with Outputs
Multiple return values
Docstrings

1 year ago 1 0 0 0