What is the codings that can be usefull for the IT field and also for engineers ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the codings that can be usefull for the IT field and also for engineers ?

though iam new and eager in leading codes I want to know it with ur help guys

4th Dec 2017, 2:40 PM
Dhilip Kumar
Dhilip Kumar - avatar
3 Answers
+ 4
I've been working in the IT industry for quite a few years and used lots of different languages. I'll list out the ones I found to be the most useful. for Microsoft administration the language I use the most is powershell, it can do everything you need in a windows domain, like deploying applications to a fleet of computers, or login scripts. The only catch is powershell is a scripting language not a full blown programming language, but for admin tasks on windows there is nothing better. for unix, linux and mac os, bash scripting is very useful. For anything more python is my goto language. Perl and ruby are also great, but I dont use them very often. another useful thing to know is regular expressions or regex. Its not a language on its own but more of a way to precisely filter strings of text. Python has a really good regex library. Hope this helps :)
5th Dec 2017, 12:26 AM
Mr K
Mr K - avatar
+ 2
thnk u soo much it is so helpfull
5th Dec 2017, 5:47 AM
Dhilip Kumar
Dhilip Kumar - avatar