Project Initialization: I created this repository to document my journey learning Python for the Flavortown challenge. I started by building foundational scripts to practice core concepts like variable handling (var_str.py), data structures (list.py, dict.py), and basic arithmetic (simple_calc.py).
The Challenges: The biggest hurdle was the initial setup and learning how to push my code to GitHub from my phone. I also struggled with logic errors while building bmi.py and the bd_countdown.py script.
The Solutions: I worked through the syntax errors by testing each script individually. Once the logic was sound, I committed my files and used my phone’s terminal tools to manage the repository and push everything to GitHub.
Next Steps: I plan to reorganize my file structure to make the repository cleaner and continue building more complex tools to practice my programming skills.
Log in to leave a comment