Skip to content

mrmyothet/google-it-automation

Repository files navigation


Certificates of Completion


Google IT Automation with Python Professional Certificate


Online Interpreters and codepads



python -m venv .venv
source .venv/bin/activate # on Linux
pip install -r requirements.txt
python -m venv .venv
.\.venv\Scripts\activate # On Windows
pip install -r requirements.txt

Is automation worthwhile?

Time_to_automate < (time_to_perform * amount_of_times_done)

The sys module provides information about the Python interpreter's constants, functions, and methods. The os module provides a portable way of using operating system dependent functionality with Python. Regular Expression (RegEx) is a sequence of characters that defines a search pattern. We can use regular expressions using re module.

Unit Test

Jupyter Notebooks

Handling Errors