I've been studying computer science for a while

Been at this CS journey for a while now, and honestly, I finally feel like I’m starting to get the hang of it. Here’s how my progress has been going lately:

1.Nailed the basics first – Started with Python’s core syntax: variables, data types, operators, loops, conditionals, you name it. It’s all about getting comfortable with the language’s rules and building that “programming mindset.”

2.Funked with functions & modules – Learned how to define, call, and pass arguments into functions. Python’s got so many built-in and third-party libraries, and just knowing how to use them properly saves me hours of work.

3.Dipped into OOP (Object-Oriented Programming) – It’s a huge part of Python. Figuring out classes, objects, inheritance, and polymorphism really helped me organize my code better. Suddenly, my scripts are way easier to maintain and scale.

4.Got hands-on with mini projects – Theory is great, but building stuff actually makes it stick. I started small, piecing together what I’ve learned to solve real problems. It’s seriously the best way to level up your coding and troubleshooting skills.

5.Keeping up & refining – Python’s always updating, so I’m making a habit of checking out new features. Plus, constantly polishing my code—cleaning it up, optimizing performance—is how I keep improving.

Comments

Popular posts from this blog

What skills should I learn to become a freelancer?

I recommended Vibe Coding to my friends, but they actually weren't interested

Once you've had a good rest, you'll naturally look for things to do and take the initiative to level up.