Skip to content
dominik-scythe-Sot0f3hQQ4Y-unsplash

Automating Everything With Python: Reading Time: 3 Mins

  • Career
  • Tools
  • Python

📅 February 19, 2020

⏱️4 min read

Introduction

Python is a general language for beginners to get started with programming. Python is used for automation due to a built-in standard library and other tools within the Python ecosystem.

Which can be useful for anyone besides just a system administrator to automate certain parts of their process to make work much efficient. From data wrangling to just gathering market research data.

Due to this ease of picking up and the python ecosystem. Python is used as part of DevOps, Data Science, Marketing.

Various Use cases for Automation

One of the use cases for automation is in the realms of building a list for sales or marketing purposes. Through the use of data scrappers tools like Selenium, Scrapy, Beautiful Soup to gather data from company listings from Techcrunch, LinkedIn and other industry websites.

The 2nd use case is to setup server configuration like puppet or chef for software deployment in cloud servers or clients. This includes system administration tasks like backing up of files for your backup server.

The other one that I believe is quite common is workflow automation by reducing the amount of time in manual work. Like transferring data from one point to another. It can be as simple as copying data from one excel file to the other, email autoresponders and setting up a schedule to run software to accomplish specific tasks. Like for me, I had a script that changes my desktop wallpaper daily. Which change my wallpaper to their daily bing image.

Doing More with Less

Due to the need to automate workflows to reduce the amount of manual work for a specific task and the emphasise of DevOps practices that spread among companies who adopt it.

QA testers & System administrators who want to do more or jump into the path of DevOps bandwagon. They are encouraged to move away from shell scripts and towards Python.

With books like Automate the Boring Stuff are taught to System Administrations and QA tester to create Python scripts to automate their processes. Like sending a notification alert in email or slack on the test status or hooking it up to CI/CD like Jenkins, Travis CI or CircleCI, GitLab CI to automate the manual work of testing, security compliance to deploy software.

Tools or Skills to Automate Your Life

The general skillsets and use for automation is the understanding of Python programming and the use of git version control to store the scripts.

Which course like Google IT Automation complement with books like Hacking Sales, Automate the boring stuff, DevOps Hand Book offers a starting point to automation.

Below is the list of Python-related tools to help in automation for specific tasks:

Conclusion

I hope you will find this article useful for those who interested in using Python to automate your task.

Which introduces you on the various use cases that Python can be used for automation which does not fall under just the developer realm. This even includes the tools to automate your workflow, test automation or server administration.

Reference





← PrevNext →
  • Powered by Contentful
  • Max Ong Zong Bao's DEV Profile