From ca0481a36483ea7fdaca6b08bb4ca674daf9eb62 Mon Sep 17 00:00:00 2001 From: woose Date: Fri, 28 Mar 2025 21:51:31 +0300 Subject: [PATCH] docs: update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 833b837..fd7d458 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,13 @@ Digital notes about 4th course of IT Automation with Python on Coursera created - Understand how to get to the root cause of a problem - Utilize the right approach for recurring problems and intermittent problems - Understand the difference between linear and binary searches -- Search CSV files for invalid data \ No newline at end of file +- Search CSV files for invalid data + +# Course prerequisites +This course requires some familiarity with basic IT concepts: + +- Operating systems: file systems, processes, log files +- Computer hardware: CPU, RAM, disk, graphic, and network cards +- Basic networking: network connections and network bandwidth + +The example scripts and programs in this course are written in Python, so you’ll need an understanding of this programming language, too. \ No newline at end of file