Modul Python DevOps

Let's go through a few Python modules for writing automation scripts:

Requests. Python Requests allows you to send HTTP requests. ...
Paramiko. Python Paramiko allows users to log in to a virtual machine's server using automation scripts. ...
Pandas. Pandas module is for data manipulation. ...
Selenium. ...
Beautiful Soup. ...
OS. ...
JSON. ...
XLWT.

https://devopslearning.medium.com/10-python-modules-to-simplify-your-devops-journey-3641b7398b11
https://www.gspann.com/resources/blogs/8-python-modules-to-induce-automation-in-devops/
DreamCoder