0
What language mostly used in IT field these days?
7 Answers
+ 4
It depends on what area of the "IT field" you are talking about.
For web development:
javascript,php
For creating applications:
java, c++
For data science and AI:
python
For mobile development:
java, swift
For scripting purposes:
bash(linux), powershell(windows), python
+ 3
I'm not familiar with c++ but I'm planning to learn it in the future. In what aspect is python superior to c++ in app development Harmeet Singh Bhatia ? I thought c++ runs faster than python?
+ 2
Currently it's java but python has risen from nowhere to the second position in just one year, so I think that you will have a bright future with python.
+ 2
Mostly languages like python, C++,
+ 1
In fact Lambda_Driver python has proven to be better than c++ for creating applications and it also supports mobile development. I'm not advertising python but it really can do a lot than it is given credit for.
0
Thank u all for ur answers đ it will be a help to find the path of my career.
0
Actually python is faster than c++ or at least that's what I found. Even though c++ currently has larger library, python is catching up with it. Moreover the language is much easier to learn so you can focus more on logic than in the code.