calculating with previous results.
This project really showed me how functions can work together to build more interactive programs.
#100DaysOfCode#Python#CodingJourney
Day 10 of learning Python 🐍
Today I learned more about functions with outputs and how returning values makes code more flexible and reusable.
To apply what I learned, I built a Calculator that performs basic arithmetic operations using functions and allows users to continue
Day 9 of learning Python
Today I learned how to work with dictionaries and nesting in Python.
I discovered how dictionaries make it easy to store and retrieve related data using key-value pairs, making programs more organized and scalable.
To put it into practice, I built a Secret Auction program that collects bids, keeps track of participants, and automatically determines the highest bidder.
#100DaysOfCode#Python#CodingJourney
Day 9 of learning Python
Today I learned how to work with dictionaries and nesting in Python.
I discovered how dictionaries make it easy to store and retrieve related data using key-value pairs, making programs more organized and scalable.
Day 8 of learning Python
Today I learned about functions with parameters and return values, and how they make code more reusable and organized.
To put it into practice, I built a Caesar Cipher that can encrypt and decrypt messages by shifting letters through the alphabet.
Day 4 of building my startup.
Today, I was able to :
- Build the payment workflow.
-Buyers can pay for tickets via @paystack.
- Buyers can receive their tickets in mails via @resend
- Implemented routing of the endpoints.
- Tested the endpoints via Bruno.
#BuildInPublic
It was a fun project that reinforced how powerful functions are when breaking problems into smaller, manageable pieces.
#100DaysOfCode#Python#CodingJourney
Day 8 of learning Python
Today I learned about functions with parameters and return values, and how they make code more reusable and organized.
To put it into practice, I built a Caesar Cipher that can encrypt and decrypt messages by shifting letters through the alphabet.
Day 7 of learning Python
Today was all about practice. I reinforced everything I've learned so far, "for" loops, "range()", "while" loops, and randomization by building the Hangman game. It was a great way to combine multiple concepts into one project and improve my
problem-solving skills. 🚀
Building Hangman showed me how different Python concepts work together in a real project. Every practice session boosts my confidence and helps me write cleaner, more logical code. On to Day 8!
Day 7 of learning Python
Today was all about practice. I reinforced everything I've learned so far, "for" loops, "range()", "while" loops, and randomization by building the Hangman game. It was a great way to combine multiple concepts into one project and improve my
Day 6 of learning Python :
Today I learned how to use "while" loops, define and call functions, and the importance of proper indentation in Python. I also spent time practicing with Reeborg's World, applying these concepts to solve different programming challenges.
Every session is helping me think more like a programmer. 🚀
One thing I'm realizing is that writing code isn't just about knowing the syntax, it's about breaking problems into smaller steps and thinking logically. Looking forward to Day 7!
Day 6 of learning Python :
Today I learned how to use "while" loops, define and call functions, and the importance of proper indentation in Python. I also spent time practicing with Reeborg's World, applying these concepts to solve different programming challenges.
Day 5 of learning Python:
I learnt about loop in Python which focused on using 'for statement'.
Also, I studied using ranges in for loop which after that, I completed an exercise which required me to build a Password Generator.
Day 18 of Learning Frontend Development
Building ForeverBuy E-commerce 🚀
I forgot to post yesterday’s progress—it completely slipped my mind. 😅
I’ve just wrapped up today’s work, so here’s an update covering both yesterday and today.
I worked on the Product Page, Cart Page, Delivery, and Checkout pages. The frontend is gradually coming together, and it’s been a great way to deepen my understanding of React and frontend development.
I’m excited because the next phase is building the backend, which is my area of specialization. I can’t wait to connect everything and turn ForeverBuy into a fully functional full-stack application.
You can check out the progress here:
https://t.co/nXoG9occiJ
More updates coming soon. 🚀
Day 5 of learning Python:
I learnt about loop in Python which focused on using 'for statement'.
Also, I studied using ranges in for loop which after that, I completed an exercise which required me to build a Password Generator.
Day 4 of learning Python: Studied and completed a lot of challenges today.
Today's lesson is about Lists and Randomisation. Learnt how seeds work with randomisation, difficult at first but went on to study more before I understood.
Lists are basically like arrays in JavaScript.