๐ Day 29: Built a Password Manager with Tkinter! ๐
Created a GUI app to save & manage passwords securely.
Learning by building is so fun! ๐ปโจ
#100DaysOfCode#Python#Tkinter#Coding
๐ Day 26-28: Python Progress! ๐
โ๏ธ Mastered list & dict comprehensions
โ๏ธ Explored GUI with Tkinter
โ๏ธ Built a Pomodoro Timer app โฑ๏ธ๐
From clean code to cool UI โ loving this journey! ๐ป๐ฅ #100DaysOfCode#Python#Tkinter
๐ Day 25 : Explored CSV Data Handling with Pandas! ๐๐
Learnt how to read, analyze, and manipulate CSV files using the Pandas library in Python.
Excited to dive deeper into data science! ๐
#100DaysOfCode#Python#DataScientist
๐ Day 24: Built a Mail Merge Project! โ๏ธ๐ป
Dived into file handling in Python and created a Mail Merge project to automate personalized emails/documents!
Excited for the next challenge! ๐ #100DaysOfCode#Python#Automation
๐ Day 19 to Day 23: Built a Turtle Crossing Game! ๐ฎ
โ Player movement & screen setup
โ Random car traffic & speed levels
โ Collision detection & scoreboard
It was a tough challenge, but I learned a lot! ๐ฅ
#Python#GameDev#TurtleGraphics#100DaysOfCode
๐ Day 14 to Day 18: Built a Snake Game! ๐ฎ
Used the Turtle module to bring the classic Snake game to life! It was an awesome experienceโlearned a lot about list slicing, movement logic, and collision detection. ๐ฅ
On to the next challenge! ๐ปโจ #100DaysOfCode#Python#GameDev
๐ Day 12: #100DaysOfCode
Todayโs focus: Classes and Objects in Python! ๐ก
๐ก Highlights:
Learned how to create classes to define custom data types.
Explored objects and how they represent real-world entities in code.
๐ Day 11: #100DaysOfCode
Today's focus: Python Scope & Logical Thinking
๐ก Highlights:
Strengthened my understanding of variable scope in Python.
Built an exciting Higher or Lower game! ๐ผ๐ฝ
๐ Day 10: #100DaysOfCode
Today's focus: Variable Scope in Python!
๐ก Highlights:
Learned about local and global variables and how scope affects code behavior.
Applied this concept in a fun Number Guessing Game project! ๐ฏ๐ข
#PYTHON
๐ Day 9: #100DaysOfCode
Today's focus: Functions with Outputs in Python!
๐ก Highlights:
Learned how to make functions return values for more flexible and reusable code.
Explored different ways to use return statements effectively.