Should I Stick with Python or Switch to C/C++ for Coding?

0
4
Asked By CuriousCoder42 On

I've been learning Python for a while, but I took a break and forgot a lot of what I learned. I'm planning to dive back in, but I'm torn between continuing with Python or switching to C or C++. Some people say that C/C++ is better for understanding how programming works under the hood, particularly with memory management. I don't have a specific project or goal in mind; I just find coding interesting and want to learn more. What do you think is the best approach for someone in my situation?

3 Answers

Answered By TechGuru21 On

It really comes down to how you learn. If you go with Python, you can skip the nitty-gritty details about memory management and just focus on how coding flows. It's a good way to ease into programming without feeling overwhelmed. However, if you decide on C or C++, be prepared for a steeper learning curve since you'll need to manage your variables and debugging will take some getting used to.

Answered By CodeExplorer99 On

Best choice depends on what you want out of coding. Since you already have some experience with Python, I’d recommend continuing with it. It'll be easier for you to get back up to speed.

Answered By FriendlyDev88 On

I think you should stick with Python! It’s way easier to relearn if you've already got some basics down. Plus, focusing on projects can help a ton. Tutorials are great too! You'll get the hang of it again in no time.

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.