Day 2 of #30NitesOfCode with Codedex: Python Projects and Progress
Hello Questers! Welcome back to my coding journey as I continue through #Day2 of the #30NitesOfCode challenge with Codedex. In this episode, I explored new aspects of Python, taking on engaging projects that boosted both my coding confidence and practical skills.
1. Writing a Letter to My Future Self
The night kicked off with letter.py, a program that allowed me to write a thoughtful letter to my future self. This project wasn’t just about syntax; it was an exercise in creative thinking and string formatting. Crafting a message felt personal and provided a fun way to practice basic Python functions.
2. Calculating BMI with bmi.py
Next on the agenda was bmi.py, a simple yet powerful program to calculate Body Mass Index. This project was an excellent way to reinforce my understanding of mathematical formulas and how they can be represented in code. The real test came when I used actual data—it’s always more exciting when your code produces meaningful results!
3. Solving with the Pythagorean Theorem in hypotenuse.py
The third project, hypotenuse.py, brought me back to geometry class. The task was to create a program that calculates the hypotenuse of a right triangle using the Pythagorean theorem. Implementing this formula demonstrated how coding can bring mathematical concepts to life and showcased how Python can handle mathematical operations seamlessly.
4. Developing currency.py
The final project of the night was building a currency program that calculates values in US Dollars. This required me to look up the current exchange rates and apply them in the program logic. Although this project didn’t involve complex coding, it was a practical exercise that highlighted how easily accessible data and simple algorithms can create helpful tools.
Reflections and Progress
#Day2 earned me the Memory and Earth badges—a reminder that steady progress comes from tackling challenges one by one. The projects were diverse and helped me explore Python in new, exciting ways. Whether working with numbers or strings, I gained valuable insights that will propel me forward in this coding journey.
If you missed my #Day1 recap, you can catch up here. Also, check out the video for #Day2 on YouTube to see these projects in action.
Join Me on This Journey!
I invite you to join me on this adventure! I’ll be sharing my journey as I navigate the projects I create over the next 30 nights. Follow along as I document my experiences, discoveries, and growth along the way! If you’re curious about coding or just starting out like me, there’s so much we can learn together. 🌟
Let’s dive into this coding journey together and explore the magic of programming. Stay tuned for more updates, and let’s make the most of our coding adventures! 🚀✨


