diff --git a/README.md b/README.md index 2e48ac4..ad39818 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Digital notes about 2nd course of IT Automation with Python on _Coursera_ created by _Google_ ## Course prerequisites + This course builds upon the contents taught in the introduction to Python course: - The basic Python syntax (if, for, while, defining functions, classes, and methods) - How to use the most common data structures (strings, lists, tuples, and dictionaries) @@ -14,6 +15,7 @@ This course also requires some familiarity with some basic operating system conc - Log files ## Useful Sources + https://automatetheboringstuff.com https://docs.python-guide.org