Is it a good idea to learn C++ and Python simultaneously?

0
2
Asked By CodeWhiz123 On

I've already got a good grip on programming basics, having finished several courses covering loops and functions in languages like JavaScript, Python, and C++. Now, I'm embarking on a different journey with a 100 Days of Code course that's focused on Python, which I bought a while back. My plan is to not only follow along with the Python lessons but also recreate projects in C++, like making Snake in both languages. I'm curious if this method is wise or if it might be too overwhelming. Has anyone balanced learning both languages at the same time?

2 Answers

Answered By TechieGuru99 On

I don't think learning both at the same time will be confusing for everyone; it really depends on your personal learning style. C++ is a powerful language, but there's a lot to it, so be aware that mastering it can take a lot of time. Stick to resources that focus on modern C++, especially materials that cover the latest standards like C++ 2017 or 2022 to avoid outdated practices.

GadgetMaker77 -

Appreciate the heads up! I'm planning to use C++ mainly for Arduino and Unreal Engine, mostly to build fun projects that'll help with my career change to robotics!

DevSavant88 -

Quick question: does that advice apply to Python too?

Answered By CodeJuggler88 On

While it might not be confusing, switching between languages can lead to some silly mistakes. I've been juggling Java, C++, Python, and Bash lately, and I've lost count of how many times I've mixed up syntax, especially with print statements. The differences can trip you up, like accessing elements in an ArrayList in Java vs. a Vector in C++. But honestly, those mistakes are just minor hiccups. Your IDE’s error messages should help you catch them pretty easily.

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.