Quote (Mastersam93 @ Jul 10 2016 11:01am)
I'd say
Java/C++ - General purpose applications
Python/shell scripts - useful for automating tasks
sql - standard for anything using a database
php - for the web, not that important tbh
Java code looks so much like C++ code that if you understand one you can read the other and know what's going on, so it really doesn't matter which you learn, so it just kind of depends on what your team uses.
Python serves the same function as Perl, which is an older and kind of dying language, but if it's a large tech company that's been around a while they might use Perl, so again it just depends on which your team uses.
The basics of SQL are really easy to learn, just focus on SELECT, INSERT, DELETE, and JOIN statements.
PHP is shitty.
/e If you're looking to get startedI'd start with Python. It's very beginner friendly, powerful, and lots of resources to learn it. You can even start here:
http://www.youtube.com/watch?v=nwjAHQERL08
I took a year of programming and my university taught us python to begin with.
It seemed realyl easy and simple, so I am glad that is what they started us on