Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Python Logging Course

    Posted By: ELK1nG
    Python Logging Course

    Python Logging Course
    Published 12/2024
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.11 GB | Duration: 2h 51m

    Auditing and Debugging Through Python Logging

    What you'll learn

    Learn how to use Python's logging module

    Learn why logging and code auditing is important

    How to format logs so they are using for debugging

    Learn how to log to multiple locations at once

    Requirements

    Knowing how to write simple Python would be good

    Description

    What does every new developer do when they are first learning to program? They print out strings to their terminal. It's how we learn! But printing out to the terminal isn't what you do with most professional applications. In those cases, you log into files. Sometimes, you log into multiple locations at once. These logs may serve as an audit trail for compliance purposes or help the engineers debug what went wrong.Python Logging teaches you how to log in the Python programming language. Python is one of the most popular programming languages in the world. Python comes with a logging module that makes logging easy.Whether you are a beginner with Python or a seasoned programming rock star, Michael Driscoll will help you continue to grow in your developer journey. My blog, Mouse Vs Python, has hundreds of awesome tutorials that you can read for free!You can rest assured that Michael knows Python. He has been programming and writing about it for over a decade and has ten other Python books!What You'll LearnIn this course, you will learn how about the following:Logger objectsLog levelsLog handlersFormatting your logsLog configurationLogging decoratorsRotating logsLogging and concurrencyand more!

    Overview

    Section 1: Python Logging Course

    Lecture 1 Welcome to Python Logging

    Lecture 2 Introduction to Logging

    Lecture 3 Log Levels

    Lecture 4 Log Handlers

    Lecture 5 Log Formatters

    Lecture 6 Log Configuration

    Lecture 7 Log Filters

    Lecture 8 Logging from Multiple Modules

    Lecture 9 Creating a Logging Decorator

    Lecture 10 Rotating Logs

    Lecture 11 Logs and Concurrency

    Lecture 12 Logging with Loguru

    Lecture 13 Logging with Structlog

    Lecture 14 Thanks for taking Python Logging

    This course is for anyone who wants to learn how to use Python's logging module effectively