+ 1
PROGRAMMING LANGUAGES EVERY PROGRAMMER SHOULD KNOW ?
we all know that is important/must for a experienced programmer to know multiple language; by that i mean which language i should know so that will help in my future things/problems and i don't waste my time learning them in future and wasting my present!.
3 Antworten
+ 7
There is no one correct answer for this.
If you don't want to waste time:
1.) Think about what sort of software you want to write.
2.) Research which languages are used for that.
3.) Learn these languages.
4.) Write your programs.
+ 3
There are different languages for different tasks
Each one is different and unique
It's your personal choice for what you want to study or do
For example- kotlin, swift and java are used for app development
Python is very popular for machine learning
Html , js,css for web development
C++ and c# in game engines
SQL for data bases
And many more
+ 2
Every programmer should know how to write simple command line scripts either in bash, batch or powershell. That is the minimum requirement in my opinion and can make you very productive.
you can write shell scripts on any machine without even installing anything, and it can be used to write custom scripts to automate tasks.
furthermore you will need to use the command line at some point to set environment variables and to run other shell scripts such as git, node.js and python so learning it is a worthwhile investment