#100daysofpython @mattbrown.bsky.social has inspired me into finally fully getting trained in Python just so I can make a text based college football game.
Latest posts tagged with #100DaysofPython on Bluesky
#100daysofpython @mattbrown.bsky.social has inspired me into finally fully getting trained in Python just so I can make a text based college football game.
#100daysofpython - I've somehow done THREE days of python bootcamp. Progress is progress.
#100daysofpython - ok I've done two days of Python Boot Camp in a row, thats good!
#DAY37, Part 3 ✔️ #100DaysOfCode
Wrapped up the Pixela tracker:
• Update entry (PUT)
• Delete entry (DELETE)
• Reviewed required fields
• Tested endpoints
Ready for DAY38 ✨
#Python #API #buildinpublic #100DaysOfPython
Day 35 of #100DaysOfPython
Topics Learned:
How to work with the Canvas Widget and Add Images to Tkinter
Projects:
A Pomodoro GUI Application
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
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
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
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!
Day 30 of #100DaysOfPython
Topics Learned:
Reading CSV data in Python
DataFrames & Series – Working with rows and columns using Pandas
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! 🚀
Day 28 of #100DaysOfPython
Projects:
Turtle Crossing Game – Built a fun game where the turtle dodges traffic to cross the road!
Day 27 of #100DaysOfPython
Projects:
Pong Game – Completed the game! 🎉
Had fun refining the mechanics and making it fully playable. 🚀
Day 26 of #100DaysOfPython
Projects:
Pong Game – Created two paddles and the ball, and got it moving! 🚀
Excited to add more game mechanics next! 🎮
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. 🚀
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! 🚀
Day 23 of #100DaysOfPython
Projects:
Snake Game – Created the snake, made it move, and added controls!
Day 22 of #100DaysOfPython
Topics Learned:
Object State and Instances
Understanding the Turtle Coordinate System
Projects:
A Turtle Racing Game
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!
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.
Day 19 of #100DaysOfPython
Topics Learned:
Python Higher Order Functions
Event Listeners
Projects:
An Etch-A-Sketch App
Day 18 of #100DaysOfPython
Topics Learned:
Benefits of OOP
Python Tuples
Using Turtle Graphics
Day 17 of #100DaysOfPython
Projects:
A Quiz Game
day1 of #100daysofpython from angela yu on udemy complete.
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
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
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
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.
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.
Day 11 of #100DaysOfPython
Topics Learned:
Global Scope
Local Scope
Debugging
Day 11 was all about understanding scope and fixing tricky bugs!