Tthebuginbugquest.hashnode.dev·Aug 28, 2025 · 2 min read9. Unit Converter +GUIToday I realized that coding doesn’t have to be as complicated as I thought. Originally, I planned to write out every possible conversion for my unit converter manually — it would’ve been long and messy. if choice == "weight" if choice1 == "1" ...00
Tthebuginbugquest.hashnode.dev·Aug 27, 2025 · 2 min read8. creating simple projects +GUIMaking Big Strides with Python: Three Small Projects I Completed Today Today was a huge step forward in my Python journey—I managed to create three small projects, each teaching me something new about programming and problem-solving. Project 1: To-Do...00
Tthebuginbugquest.hashnode.dev·Aug 26, 2025 · 2 min read7. learning pythonI used to be learning C, but after deciding I want to become a software engineer, I figured it made more sense to switch to Python or Java. I’d never tried Python before, so I jumped on a YouTube tutorial, installed the Python extension on VS Code, a...00
Tthebuginbugquest.hashnode.dev·Aug 26, 2025 · 2 min read6. starting notion and planning roadmapsthe first to do list was to learn the git basics. i asked chatGPT to make the following git survival kit. 1. Check installation & configure git --version # Check Git is installed git config --global user.name "Your Name" git config -...00
Tthebuginbugquest.hashnode.dev·Mar 28, 2025 · 4 min read5. guitar chord generatorI finally went out of my way to create my own original project—the Guitar Chord Generator. It lets users search for a chord and gives them the correct capo fret position along with an updated chord. It also generates chord progressions using the I-IV...00