DAY 7 - Project 4 (A Login System With Attempts) 🚀 For day 7, I worked on a project by applying what I've learnt on the While statement. My goal on this project is to allow a user to use three tries to enter the correct password. At first, I wanted only a final message if all attempts failed, but then I thought, why not give feedback after each wrong entry, rather than making it plain? Adding that small "elif" statement made the program more interactive and user-friendly. Running the final version successfully felt like ....... Reflecting on this first week, I realized something important: Python isn’t just about writing code. It’s about thinking logically, experimenting, and learning from mistakes. Every error message is not a failure; it’s a guide pointing to where you can improve, like isn't that the reason why the terminal shows us where the errors come from? Every small success builds confidence. This week reminded me that learning to code is much like learning a new language. You stumble, correct yourself, experiment, and eventually, it starts to make sense. And while Python may look intimidating at first, its readability and simplicity make it an incredible language for anyone willing to dive in. Here’s to many more weeks of learning, debugging, one line of code at a time. #Python #CodingJourney #LearnToCode #Programming #SoftwareDevelopment #TechLearning #BeginnerDeveloper #CodeNewbie #ProblemSolving #ContinuousLearning
Readability is one of the key characteristics of Python that makes it stand out. Glad to have noticed this early on. 👏
Learning to code requires : 💎Patience 💎Precision 💎Passion 💎 Perseverance You don't just need to have the desire to code, you need to be resilient because there will be days when you will be frustrated and may want to give up on it Emmanuel Olojo
Here's a link to what I worked on from day 4 to 7. Gentle strides, Great progress. https://medium.com/@olojoemmanuel25/g-e6e2bf2e07ca