Foundations of Python: My First 8-Chapter Adventure
Introduction Over the past few weeks, I’ve been diving into the first 8 chapters of Crash Course Python, and it’s been a fun, sometimes head-scratching, but always rewarding ride. To make the concepts stick, I built small projects using lists, dictionaries, conditionals, loops, and string manipulation. Here’s a breakdown of what I created and learned — and how I plan to build on this foundation. Hello Toolbox: Strings and User Input Here’s a snippet from my “Hello Toolbox” script, where I play around with user input and string formatting: ...