Full-stack developer documenting what I’m learning as I go. This space is all about tech, understanding how things work, and writing things down as they start to make sense.
Nothing here yet.
If you are coming from languages like C++ or Java, Python variables are probably gaslighting you. They look the same, they use the same = syntax, but they behave completely differently under the hood. I realized I had the wrong mental model. In Pytho...

If you’ve been coding in Python for more than a week, you’ve probably heard the golden rule: “Everything in Python is an object.” But here’s the catch that confused me early on:some objects are chill and let you change them. Others are stubborn and...
