My Coding Journey: From Python to HTML – A Comeback Story

My Coding Journey: From Python to HTML – A Comeback Story When I first encountered programming, I was just 12 years old and in school. Like many curious kids at that age, I had no idea what coding truly meant or where it could take me. But I had heard of Python—one of the most popular programming languages back then—and I thought, “Why not give it a try?” Python seemed friendly. It wasn’t complicated or intimidating. In fact, it felt like talking to the computer in plain English. My very first topic was comments and escape sequences . These might sound technical, but to me, they were like little notes I could leave inside the code. Comments don’t get executed—they’re simply there to remind you or others what the code is doing. I learned that there are two types: single-line and multi-line comments. It felt like discovering a secret language within the code. From there, things started getting a bit more exciting. I began to understand how Python worked. I explored variables, data typ...