Day 36 of #100daysofcode
I harnessed the power of APIs once again to monitor stock prices,and send text messages about company news when massive price fluctuations are observed.I used 3 different APIs each handling one part of the project
- Prices
- News
- sending text message
Day 37 of #100DaysOfCode ๐ดโโ๏ธ
Built a cycling tracker app using POST, PUT, and DELETE API methods!
I can now record, update & remove rides, and visualize progress on a dynamic progress chart ๐
Day 35 of #100DaysOfCode ๐
Built a 6AM weather alert app! If itโs gonna rain/snow, I get a text reminder to grab my โ๏ธ.
Used OpenWeather + Plivo APIs.
Fav lesson? .env files! Learned to hide API keys + fixed a nasty bug in the process.
Spotify API next ๐ง๐ฅ
Day 34 of #100DaysOfCode:
Upgraded my quiz app with a GUI and fully refactored it using OOP!
โ Built with tkinter, fetched data using requests module from a trivia website
โ Classes: QuizBrain, UI with tkinter
โ Cleaner, modular, and scalable code
#Python
Day 34 of #100DaysOfCode Today's project sends me an email when the International Space Station hovers over my location. I made use of Python API calls, .split() method, smtplib library, and a https://t.co/67RHzxn9rH to hide sensitive credentials from public code & screenshots
๐ Day 32/100 of #100DaysOfCode
Today I built an automated birthday email sender! ๐ for friends and family.
-learnt datetime for date checks
-Used pandas to read & manage birthday data from csv
-Randomized email template with random
-Sent emails via smtplib & SMTP authentication
Day 31 of #100DaysOfCode
Built a Flash Card capstone project today! to learn French. I Created a GUI with Tkinter, Loaded & updated cards with JSON, CSV, and Pandas. I als took care of the possible exceptions arising! ๐ชโจ
#100DaysOfCode
Day 30: What feels like a long way started with day 1.
Today I polished my Password Manager app using Tkinter, JSON, and a Robust error handling with try/except/finally. Safe file read/write for data.json.Also made GUI changes , Introducing password searching
Day 29 of #100DaysOfCode โ
Today was not just about learning new skills but also revisiting old ones to build a Password Generator app: Revised list comprehensions, Practiced file handling (append, read, write, JSON) ,Explored more Tkinter GUI components and interactions
#100DaysOfCode
Day 27/100 โ
Today I dove into Tkinter GUIs, crafted windows, labels, buttons, entries & learned how to layout widgets with pack/place/grid. Also tackled *args and **kwargs to make functions more flexible.
Finished my MileโKilometer Converter app!
#100DaysOfCode
Day 26: learnt more about some python specific functionalities ie list and dictionary comprehension. I used pandas to extract relevant information from a CSV file, and mastered this concepts by the creating a Nato alphabet converter (user inputs)
#100DaysOfCode
Day 25/100: Today I Built a USA states guessing game using Python Learned how to read and filter CSV data with Pandas and Turtle libraries. The game asks for a U.S. state name, and when correct, it marks it on the map! fun way to mix data + graphics + analysis.
#100daysOfCode
Day 24: Mastered file navigation and file manipulation. I improved my snake game such that it now stores a permanent Highest score and I automated the filling and creation of personalised Birthday cards from a list of names. It's beautiful when code automates for U
I've finally managed to move all my belongings to my new house... settled at my new job and found a few moments to continue studying what fulfils me. AKA Programming(Python). I am back with more projects again today ๐