Which languages should I master to get into the field of ai or iot? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which languages should I master to get into the field of ai or iot?

5th Nov 2017, 6:41 AM
pranit batra
pranit batra - avatar
2 Answers
+ 2
AI and IoT are completely different domains. So you'll need a completely different skills. But it doesn't really matter what you start with, as your first programming language will be about 1% of the stuff you need to to learn to become a professional. Just learn a language you like to work with, learn the fundamental disciplines like data structures, algorithms and discrete math, learn some libraries and technologies for the task you want to accomplish. And also learn the actual subject you're interested in. Nevertheless, to answer your question, AI has no real limitations on which language to use, but these days Python is lingua franca in that field. And IoT consists of two parts: "Internet", for which you'll need the web stuff — html, css, javascript and a backend language like php, python, ruby, etc; and "things" — that usually stands for specialized embedded computer systems, which means micro controllers, linux, etc. So, apart from the web stuff, for IoT, you may need C/C++, some assemblers, driver programming, linux, networking, and possibly any other languages — it really depends on the project.
5th Nov 2017, 8:25 AM
deFault
0
@Vincent Thank u so much
5th Nov 2017, 1:47 PM
pranit batra
pranit batra - avatar