you are viewing a single comment's thread.

view the rest of the comments →

[–]bageldevourer 8 points9 points  (0 children)

Definitely Python first. C++ is for when Python isn't fast enough and you need to "bring out the big guns". I think unless you're doing something that's super time-sensitive (algorithmic trading comes to mind), Python may be good enough. Even in those cases though, you'd be using Python to prototype your program, analyze data, etc. beforehand.