2
My coding buddy insists I should learn C++ first, but I'm leaning towards Python
He says C++ teaches better basics, but I fear it's too tough for a newbie, so what's the best pick?
3 comments
Log in to join the discussion
Log In3 Comments
eric_schmidt1mo ago
Hard disagree with @troylane. C++ builds strong habits early.
9
jamie_thompson1mo ago
You see this in so many fields, where experts push the hard way on new people. It's like forcing someone to learn math with only a slide rule instead of a calculator. Sure, it builds understanding, but does it really make them better in the long run? With C++, you're dealing with memory management and pointers from day one. How many beginners get scared off before they even write their first useful program? Maybe strong habits come from solving problems, not fighting the language.
3