|
Ditto; Python seems like the best programming language for a beginner to learn. It's easy for beginners, and enforces some good habits (such as indenting). Python will teach you a lot about good software design. C++, on the other hand, teaches you more about how a computer works.
|