Day 97: Custom Modules in Python
Today, I learned how to create and use custom modules in Python โ a major step toward building organized and reusable automation codebases for DevOps tasks.
๐ฆ What is a Module?
A module is simply a .py file containing functions, classes, or variabl...
shakirdevops.hashnode.dev2 min read