Python Basics 07 - 05/05 Logging - Registering Information About the Program

preview_player
Показать описание
Welcome to the Introduction to Python online class, which will teach you the main programming concepts in Python. The class consists of several modules and sub-modules separated by topics. How to study this course? Each chapter consists of an introductory video followed by topical sections. The sections include interactive notebooks that contain explanations and practical exercises.

*In Python, logging is a built-in module allowing you to record events during program execution. It is a valuable tool for debugging, troubleshooting, and monitoring the behavior of your program.*

*Logging works by creating log messages at various points in your code and then writing those messages to a file or another output destination such as the console or a network service. Log messages can include information about what happened when it happened, and any relevant data or variables.*

*Materials*

*Creators*
Рекомендации по теме