Automation of tasks in linux

Asked

Viewed 241 times

0

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

  • work in q?

  • 2

    Some tasks you can do directly in Python, but others are simpler directly in shell. A tip is you put the two together and experience the Ansible.

2 answers

2

If you start to automate databases you will notice that bash will soon limit you, python has fantastic libraries like sqlalchemy and native connectors for virtually all databases, both relational and non-relational.

In addition to being able to automate python tasks on any platform, then your knowledge of linux won’t be lost for example if it goes to windows.

-2

Browser other questions tagged

You are not signed in. Login or sign up in order to post.