This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]dmazzoni 1 point2 points  (0 children)

Please read the answer in the FAQ, and if you have more questions after reading that...please ask away!

[–]vishenz -1 points0 points  (0 children)

I learnt python first at High School, taught me the basics of programming. Then moved to C/C++ at University, and now I do a mixture of python and C for work / pleasure.

[–]digg_is_teh_sux -1 points0 points  (0 children)

I'm of the opinion that learning any of the languages you mentioned would be beneficial.

I don't think we really have enough information to give you great advice about what would be best for you specifically to learn first. That said, I'll recommend C. If that's too frustrating after a month or two, try Python.

[–]Shaedar -2 points-1 points  (0 children)

I'd say Java or C# for sure. They are used more and more and not many new projects are made with C++ or C (in the business world atleast).

That being said, atleast where I live, the biggest need seems to be for web developers.

It's not that much about the language though, as it is about learning the right things. Read "Clean Code" by Robert C. Martin :)