René's URL Explorer Experiment


Title: Logging in Python: Introduction (Video) – Real Python

Open Graph Title: Logging in Python: Introduction – Real Python

Description: Hi! This is Austin Cepalia with realpython.com. Today we’re going to learn about logging in Python. Logging is a very useful tool in a programmer’s toolbox. It can help you to develop a better understanding of the flow of your program and discover…

Open Graph Description: Hi! This is Austin Cepalia with realpython.com. Today we’re going to learn about logging in Python. Logging is a very useful tool in a programmer’s toolbox. It can help you to develop a better understanding of the flow of your program and discover…

Opengraph URL: https://realpython.com/videos/logging-python-introduction/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "Logging in Python: Introduction",
    "description": "Hi! This is Austin Cepalia with realpython.com. Today we’re going to learn about logging in Python. Logging is a very useful tool in a programmer’s toolbox. It can help you to develop a better understanding of the flow of your program and discover…",
    "thumbnailUrl": ["https://files.realpython.com/media/Logging-in-Python_Watermarked.4ca8974dc55c.jpg"],
    "uploadDate": "2019-07-23T14:00:00+00:00",
    "duration": "PT0M39S",
    "embedUrl": "https://player.vimeo.com/video/347800058",
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/videos/logging-python-introduction/#t={seek_to_second_number}",
      "startOffset-input": "required name=seek_to_second_number"
    }
  }
  

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/Logging-in-Python_Watermarked.4ca8974dc55c.jpg
og:imagehttps://files.realpython.com/media/Logging-in-Python_Watermarked.4ca8974dc55c.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/courses/logging-python/continue/
Python Tutorials →In-depth articles and video courseshttps://realpython.com/search?kind=article&kind=course&order=newest
Learning Paths →Guided study plans for accelerated learninghttps://realpython.com/learning-paths/
Quizzes & Exercises →Check your learning progresshttps://realpython.com/quizzes/
Browse Topics →Focus on a specific area or skill levelhttps://realpython.com/tutorials/all/
Community Chat →Learn with other Pythonistashttps://realpython.com/community/
Office Hours →Live Q&A calls with Python expertshttps://realpython.com/office-hours/
Podcast →Hear what’s new in the world of Pythonhttps://realpython.com/podcasts/rpp/
Books →Round out your knowledge and learn offlinehttps://realpython.com/products/books/
Reference →Concise definitions for common Python termshttps://realpython.com/ref/
Code Mentor →BetaPersonalized code assistance & learning toolshttps://realpython.com/mentor/
Unlock All Content →https://realpython.com/account/join/
More https://realpython.com/courses/logging-python/continue/
Learner Storieshttps://realpython.com/learner-stories/
Python Newsletterhttps://realpython.com/newsletter/
Python Job Boardhttps://www.pythonjobshq.com
Meet the Teamhttps://realpython.com/team/
Become a Tutorial Writerhttps://realpython.com/write-for-us/
Become a Video Instructorhttps://realpython.com/become-an-instructor/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Fvideos%2Flogging-python-introduction%2F
https://realpython.com/courses/logging-python/#team
Logging Inside Pythonhttps://realpython.com/courses/logging-python/
Austin Cepaliahttps://realpython.com/courses/logging-python/#team
Recommended Tutorialhttps://realpython.com/python-logging/
Ask a Questionhttps://realpython.com/courses/logging-python/continue/#discussion
https://realpython.com/feedback/survey/course/logging-python/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/logging-python/disliked/?from=lesson-title
Contentshttps://realpython.com/courses/logging-python/continue/#description
Transcripthttps://realpython.com/courses/logging-python/continue/#transcript
Discussion (1)https://realpython.com/courses/logging-python/continue/#discussion
00:00https://realpython.com/courses/logging-python/continue/#t=0.48
Hi! This is Austin Cepalia with realpython.com.https://realpython.com/courses/logging-python/continue/#t=0.48
Today we’re going to learn about logging in Python. Logging is a very usefulhttps://realpython.com/courses/logging-python/continue/#t=3.66
tool in a programmer’s toolbox.https://realpython.com/courses/logging-python/continue/#t=8.37
00:10https://realpython.com/courses/logging-python/continue/#t=10.86
It can help you to develop a better understanding of the flow of your programhttps://realpython.com/courses/logging-python/continue/#t=10.86
and discover scenarios that you might not have even thought of whilehttps://realpython.com/courses/logging-python/continue/#t=15.39
developing. In this course,https://realpython.com/courses/logging-python/continue/#t=18.66
you’ll learn how to use the Python logging module to quickly add logging to yourhttps://realpython.com/courses/logging-python/continue/#t=21.0
application.https://realpython.com/courses/logging-python/continue/#t=25.65
00:27https://realpython.com/courses/logging-python/continue/#t=27.39
We’ll also see some of the advanced logging features Python is capable of, whichhttps://realpython.com/courses/logging-python/continue/#t=27.39
will help you to design comprehensive logging systems for your Python programs.https://realpython.com/courses/logging-python/continue/#t=31.59
00:36https://realpython.com/courses/logging-python/continue/#t=36.6
Let’s get started.https://realpython.com/courses/logging-python/continue/#t=36.6
May 11, 2024https://realpython.com/courses/logging-python/continue/#comment-5c6cf6b7-73bb-453a-b2c3-e436b084e312
Become a Memberhttps://realpython.com/account/join/
Overviewhttps://realpython.com/courses/logging-python/
https://realpython.com/videos/logging-module/
Logging in Python: Introduction 00:39 https://realpython.com/videos/logging-python-introduction/
The Logging Module 02:03 https://realpython.com/videos/logging-module/
Basic Configurations 03:26 https://realpython.com/videos/basic-configurations/
Formatting the Output 01:12 https://realpython.com/lessons/formatting-output/
Logging Variable Data 00:42 https://realpython.com/lessons/logging-variable-data/
Capturing Stack Traces 02:10 https://realpython.com/lessons/capturing-stack-traces/
Classes and Functions 02:45 https://realpython.com/lessons/classes-and-functions/
Creating a Custom Logger 06:24 https://realpython.com/lessons/creating-custom-logger/
Logger From Config File 03:26 https://realpython.com/lessons/logger-config-file/
Logger From Dictionary 02:14 https://realpython.com/lessons/logger-dictionary/
Logging in Python (Quiz) 06:00 https://realpython.com/lessons/logging-in-python-quiz/
Logging in Python: Conclusion 01:11 https://realpython.com/lessons/logging-python-conclusion/
Privacy Policyhttps://realpython.com/privacy-policy/

Viewport: width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover

Robots: max-image-preview:large


URLs of crawlers that visited me.