Digital notes about 4th course of IT Automation with Python on Coursera created by Google
Go to file
2025-05-21 00:40:20 +03:00
module1.ipynb update module1.ipynb 2025-05-20 14:07:30 +03:00
module2.ipynb update module1.ipynb and module2.ipynb 2025-05-21 00:40:20 +03:00
module3.ipynb create files 2025-03-29 22:07:38 +03:00
module4.ipynb create files 2025-03-29 22:07:38 +03:00
README.md docs: update README.md 2025-03-28 21:51:31 +03:00

Troubleshooting_And_Debugging_Techniques

Digital notes about 4th course of IT Automation with Python on Coursera created by Google

Learning Objectives

  • Understand the concept of troubleshooting
  • Grasp what debugging is and how it can help in the troubleshooting process
  • 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

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 youll need an understanding of this programming language, too.