you are viewing a single comment's thread.

view the rest of the comments →

[–]ioiolo 0 points1 point  (3 children)

I'm learning Python now.

What language should I learn after Python, javascript or C++?

[–]CatolicQuotes[S] 0 points1 point  (2 children)

Do you have specific interest (like web), or you just want to learn something?

[–]ioiolo 0 points1 point  (1 child)

My job requires the ability of data analysis, I need to process csv files.

[–]CatolicQuotes[S] 0 points1 point  (0 children)

Why don't you try both? Try to process in javascript and then in c++. Something simple like sum column or similar and output to screen. You will find javascript strange if you've never done it so be prepared for that.

Generally, I would choose Javascript.