reading-notes

Class 19

Back to home page

Automation

Q. How can you use regular expressions in Python to search for specific patterns in a string, and what is the primary library to work with them?

Q. What is the purpose of the shutil library in Python, and provide an example of a common use case for file or directory management with this library?

Q. Explain one automation idea from the assigned material and describe how it can be implemented using Python’s regular expressions and shutil libraries.

Bookmark and review

Things I want to know more about

How much software is automated for a company like google? Is it effecient to have everything automated or more risky?