H
11

My uncle said to start with Python instead of C++... he was totally right.

3 comments

Log in to join the discussion

Log In
3 Comments
the_ryan
the_ryan3mo ago
What kind of stuff are you trying to build? Starting with Python lets you make real things fast, which keeps you from getting bored. C++ throws you into the deep end with memory management before you even know how to swim.
4
kim.wren
kim.wren3mo ago
Memory management as the deep end? I spent two weeks in C++ just trying to get a simple text menu to not crash. Python had me making a basic game in an afternoon.
2
ray_webb6
ray_webb61mo ago
Two weeks for a menu that didn't crash? That's a you problem.
2