Automation of tasks in linux [closed]

0

Well, I already know python and I know that it is very good for working with scripts and automation of tasks but my question is, I can work comfortably with administration and automation of linux and database environments only with python or is more interesting I learn shell script to do this job?

    
asked by anonymous 27.05.2018 / 16:06

2 answers

1

If you start with database automation you will realize that bash will soon limit you, python has fantastic libraries like sqlalchemy and native connectors for virtually all relational and non-relational databases.

In addition to being able to automate tasks with python on any platform, then your knowledge of linux will not be lost for example if it is for windows.

    
28.05.2018 / 16:46
-2

I think it is more comfortable to use a language that is already customary.

Seethe"Applications" section in the Wikipedia - Python .

A similar question was asked in the English OS ( StackOverflow Question -> Shell Script: Run python program from within a shell script ).

    
27.05.2018 / 18:09