+ 1

What is the best language for automation?

21st Oct 2017, 11:40 AM
Akash Wankhade
Akash Wankhade - avatar
3 Respuestas
+ 10
I'd say Python! Anything you can think of, you can automate with it, and it's generally quick to write. Need to take new data and insert it into an excel, which is then emailed to someone? It's possible, and has been done! Wanna delete a files from a directory by/every a certain time/date? Easy! Wanna write a script to like every new code on SoloLearn? Oh my... The downside to it is that Python is slow. Its fast enough for most tasks, but for heavy duty stuff you may want to consider some other language. Possibly Java, or C++ if it's really heavy. Alternates to Python are: Bash (handy, but more limited) Ruby (nicer syntax, but less libraries. and also slower) Perl (Python before Python was Python. Use if ya wanna be old skool!)
21st Oct 2017, 12:13 PM
Ahri Fox
Ahri Fox - avatar
+ 6
Python, 1. Simple and easy. 2. Widely used for Artificial Intelligence. 3. Supports large number of libraries.
21st Oct 2017, 12:02 PM
Lakshay
Lakshay - avatar
+ 5
Raspberry pi, which is programmable through python, is a very good tool for house automation, building robots etc.
21st Oct 2017, 11:56 AM
Cool Codin
Cool Codin - avatar