PROGRAMMING LANGUAGES EVERY PROGRAMMER SHOULD KNOW ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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!.

10th Aug 2020, 1:17 PM
KSHitij
KSHitij - avatar
3 Answers
+ 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.
10th Aug 2020, 1:20 PM
HonFu
HonFu - avatar
+ 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
10th Aug 2020, 3:37 PM
Amit Kumar
Amit Kumar - avatar
+ 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
10th Aug 2020, 3:39 PM
Logomonic Learning
Logomonic Learning - avatar