codingtides.hashnode.devLearning Reflection Pig Latin TranslatorIntroduction Today, I decided to apply my Python knowledge to tackle the first project in Impractical Python Projects: building a Pig Latin translator. This challenge was a fun way to practice string manipulation, loops, and conditional logic. Below,...Apr 22, 2025·3 min read
codingtides.hashnode.devPython Progress: Lists, Logic, and Building Interactive ToolsIntroduction Learning Python is like peeling an onion—every layer reveals something new, exciting, and occasionally tear-inducing (hello, off-by-one errors). Over the past week, I’ve delved deeper into lists, slicing, the range() function, conditiona...Feb 20, 2025·5 min read
codingtides.hashnode.devMy Python Journey: From Zen to ListsWelcome to my very first post! I’m excited to begin documenting my journey of learning to code, sharing projects, and growing along the way. Why I Started This Journey Hi, I’m a husband, a father of three, and a full-time professional working with d...Jan 18, 2025·3 min read