start with learning English, it'll serve you a lot better than any scripting language...
After that, give up on the idea of wanting one that's as close as possible to C++, as that's utterly irrelevant in selecting your tools of the trade.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
It looks like Python is more similar to C++ than Perl. Perl has some strange syntax that allows if statements after the command, and it appears that a lot of variables in perl don't have any real typing, and it varies with how you use them.
Python is syntatically more similar to C++, but it depends on whitespace and tab spacing to know where everything goes, unlike C++ where most whitespace is only needed to make the code more readable. Remember, though, that Python is ultimately a scripting language, and it never really compiles into a binary.
Tumlee
Junior Poster in Training
97 posts since Oct 2011
Reputation Points: 59
Solved Threads: 16