đ From Blank Page to Python Power: My First Steps Into Code (and Cranes)
- Mason Slaughter
- 4 days ago
- 2 min read
July 2025 â My First Blog Post
A few weeks ago, I was staring at Python code like it was ancient hieroglyphs.Now? Iâm solving Codewars katas, understanding methods like .replace()Â and .is_integer(), and even folding origami cranes during my breaks. Itâs wild.
đ§© Breaking Into Code
I started learning Python with a simple goal:To actually understand how programs work â not just copy/paste stuff I donât get. So I began tackling small problems, mostly through Codewars. Theyâre like bite-sized brain puzzles, and each one forces me to think just a little harder than the last.
The first time I figured out that I needed to use .replace() to remove spaces from a string, I smiled. Like⊠actually smiled. That little win felt big.
And then there was this moment:
âWait, why is 2 * 5 / 2 giving me a float?âIt turned into a whole dive into how Python treats numbers, what mutability is, and how strings and lists behave differently.
đĄ Learning How vs. Learning Why
One big thing Iâve realized:Learning how to solve a problem is good.But learning why it works? Thatâs what really sticks.
I stopped just trying to finish a task and started asking things like:
Why doesnât .remove()Â work on strings?
Why does /Â always give a float?
What makes something mutable or not?
That curiosity has made all the difference.
𩱠Origami Breaks & Coding Flow
Somewhere along the way, I folded my first origami crane.Not really sure why â maybe it was just to take a break from a tricky problem â but it turned into something kind of symbolic. Like turning a flat, lifeless page into something beautiful, just by folding it the right way.
Which, honestly, is exactly what Iâm trying to do with code.
đ Whatâs Next?
I donât know exactly where Iâm headed yet â maybe game development, maybe AI, maybe something else entirely. But I do know this: I want to create. I want to understand deeply. And I want to build things that feel meaningful.
So hereâs to learning, folding, debugging, and smiling at your own cleverness now and then.
Thanks for reading. This is blog post number one. And just the beginning.
Comentarios