From cec627efe68b464475efab4e040d0dba6d2aea18 Mon Sep 17 00:00:00 2001 From: Woose Date: Sun, 29 Sep 2024 13:48:37 +0300 Subject: [PATCH] update --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0b769..eecb4c7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # Using Python to Interact with the Operating System -Digital notes about 2nd course of IT Automation with Python on -Coursera- created by -Google- \ No newline at end of file +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) +- How to import and use additional Python modules + +This course also requires some familiarity with some basic operating system concepts: +- Files, directories, and file systems +- Processes +- Log files \ No newline at end of file