Feeling Lost in Programming – Need Some Direction

0
4
Asked By CuriousCoder42 On

Hey everyone, I'm feeling a bit overwhelmed with my programming journey. I started with Python, which I love, but recently I've been trying to learn C++ and JavaScript. However, I'm struggling to see the benefits of C++ since I can usually accomplish what I need in Python. I've been hopping between different projects but can't seem to settle on one or stick to it. I even tried making a simple block jump game in JavaScript and it was a disaster, making me question my experience after coding for nearly two years. I have a ton of ideas that excite me, but I feel like I'm not making any progress. Should I slow down and revisit the basics? Is Python still the right choice for me? Or should I tackle a project I'm not passionate about just to build discipline?

4 Answers

Answered By FutureBuilder On

Pick a project you think would be enjoyable! Break it down into smaller tasks and tackle them step by step. It’s easy to get overwhelmed, so be patient with yourself. Celebrate the small wins, even if it’s just treating yourself to a favorite snack. Consistency is key—making a little progress every day builds discipline!

CuriousCoder42 -

Thanks! I started jotting down goals for each of my steps to keep track of my progress.

Answered By TechieNerd On

C++ definitely has performance advantages over Python, especially for things that need to run fast and interact closely with hardware. But don't forget, JavaScript is vital for web-based projects. It really depends on what you want to build! Each language has its niche, so think about your goals.

Answered By GameDevEnthusiast On

If making games is your passion, then just go for it! That's how I learned programming too. I started with a platformer using Python and Pygame, and even though those initial projects weren't great, they taught me so much. Instead of worrying about being perfect, focus on getting the basic mechanics right first, then add features bit by bit. Trust me, the boring projects can be super useful in the long run!

JumpingJax -

Totally agree! Each mini-game I created helped me improve, even if they weren’t fun at the time.

Answered By CodeExplorer On

Pesonally, I believe it's not just about the language—it's about finding what you enjoy. For some, focusing on one language works, while others, like me, have a hard time sticking to just one! I’ve dipped into lots of languages and found I thrive when working on projects that resonate with my personal experiences. You do you!

CuriousCoder42 -

I appreciate that perspective, feels like I need to embrace my variety!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.