René's URL Explorer Experiment


Title: Using Python's datetime Module (Overview) (Video) – Real Python

Open Graph Title: Using Python's datetime Module (Overview) – Real Python

Description: Welcome to Using Python’s datetime. My name is Christopher, and I will be your guide. This course gives an introduction to the messy world of managing dates and times in software. As the title implies, it primarily focuses on Python’s datetime…

Open Graph Description: Welcome to Using Python’s datetime. My name is Christopher, and I will be your guide. This course gives an introduction to the messy world of managing dates and times in software. As the title implies, it primarily focuses on Python’s datetime…

Opengraph URL: https://realpython.com/videos/python-datetime-module-overview/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
  {
    "@context": "https://schema.org",
    "@type": "VideoObject",
    "name": "Using Python\u0027s datetime Module (Overview)",
    "description": "Welcome to Using Python’s datetime. My name is Christopher, and I will be your guide. This course gives an introduction to the messy world of managing dates and times in software. As the title implies, it primarily focuses on Python’s datetime…",
    "thumbnailUrl": ["https://files.realpython.com/media/How-to-Use-Python-datetime-With-Examples_Watermarked.2676ca0aacf2.jpg"],
    "uploadDate": "2022-03-29T14:00:00+00:00",
    "duration": "PT2M37S",
    "embedUrl": "https://player.vimeo.com/video/686885034",
    "potentialAction": {
      "@type": "SeekToAction",
      "target": "https://realpython.com/videos/python-datetime-module-overview/#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/How-to-Use-Python-datetime-With-Examples_Watermarked.2676ca0aacf2.jpg
og:imagehttps://files.realpython.com/media/How-to-Use-Python-datetime-With-Examples_Watermarked.2676ca0aacf2.jpg
twitter:creator@realpython
og:typevideo.episode

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/courses/python-datetime-module/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/python-datetime-module/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%2Fpython-datetime-module-overview%2F
https://realpython.com/courses/python-datetime-module/#team
Using Python's datetime Modulehttps://realpython.com/courses/python-datetime-module/
Christopher Trudeauhttps://realpython.com/courses/python-datetime-module/#team
Recommended Tutorialhttps://realpython.com/python-datetime/
Course Slides (.pdf)https://realpython.com/courses/python-datetime-module/downloads/python-datetime-module-slides/
Sample Code (.zip)https://realpython.com/courses/python-datetime-module/downloads/python-datetime-module-sample-code/
Ask a Questionhttps://realpython.com/courses/python-datetime-module/continue/#discussion
https://realpython.com/feedback/survey/course/python-datetime-module/liked/?from=lesson-title
https://realpython.com/feedback/survey/course/python-datetime-module/disliked/?from=lesson-title
Contentshttps://realpython.com/courses/python-datetime-module/continue/#description
Transcripthttps://realpython.com/courses/python-datetime-module/continue/#transcript
Discussionhttps://realpython.com/courses/python-datetime-module/continue/#discussion
Sample Code (.zip)https://realpython.com/courses/python-datetime-module/downloads/python-datetime-module-sample-code/
Course Slides (.pdf)https://realpython.com/courses/python-datetime-module/downloads/python-datetime-module-slides/
00:00https://realpython.com/courses/python-datetime-module/continue/#t=0.45
Welcome to Using Python’s datetime.https://realpython.com/courses/python-datetime-module/continue/#t=0.45
My name is Christopher, and I will be your guide.https://realpython.com/courses/python-datetime-module/continue/#t=2.7
This course gives an introduction to the messy world of managing dates and timeshttps://realpython.com/courses/python-datetime-module/continue/#t=5.49
in software. As the title implies, it primarily focuses on Python’s datetimehttps://realpython.com/courses/python-datetime-module/continue/#t=9.54
module, but also shows some other things along the way.https://realpython.com/courses/python-datetime-module/continue/#t=14.4
00:19https://realpython.com/courses/python-datetime-module/continue/#t=19.89
In this course, you will learn about how messy dates,https://realpython.com/courses/python-datetime-module/continue/#t=19.89
times, and time zones are, the datetimehttps://realpython.com/courses/python-datetime-module/continue/#t=23.28
module, time zones in Python,https://realpython.com/courses/python-datetime-module/continue/#t=25.86
and how to do date and time math. Codehttps://realpython.com/courses/python-datetime-module/continue/#t=29.52
in this course was tested using Python 3.10.https://realpython.com/courses/python-datetime-module/continue/#t=34.12
00:36https://realpython.com/courses/python-datetime-module/continue/#t=36.22
Time zone handling changed significantly in Python 3.9https://realpython.com/courses/python-datetime-module/continue/#t=36.22
when things previously managed by third-party libraries were brought into thehttps://realpython.com/courses/python-datetime-module/continue/#t=40.06
standard library.https://realpython.com/courses/python-datetime-module/continue/#t=44.02
The changes were significant enough that they were backported to olderhttps://realpython.com/courses/python-datetime-module/continue/#t=45.52
versions. If you’re using something prior to Python 3.9,https://realpython.com/courses/python-datetime-module/continue/#t=48.76
I’ll point you at the backports when I get there.https://realpython.com/courses/python-datetime-module/continue/#t=52.39
00:56https://realpython.com/courses/python-datetime-module/continue/#t=56.73
Python has three main modules included as part of the standard library forhttps://realpython.com/courses/python-datetime-module/continue/#t=56.73
dealing with dates and times. The main one you probably want to use is datetime,https://realpython.com/courses/python-datetime-module/continue/#t=60.15
which also includes tools for date objects, timehttps://realpython.com/courses/python-datetime-module/continue/#t=64.68
objects, and time deltas,https://realpython.com/courses/python-datetime-module/continue/#t=69.18
although this one’s a bit rudimentary. Dates and times are messy things.https://realpython.com/courses/python-datetime-module/continue/#t=71.46
01:16https://realpython.com/courses/python-datetime-module/continue/#t=76.89
There are loads of formats out there. As a Canadian,https://realpython.com/courses/python-datetime-module/continue/#t=76.89
I can tell you that I get bit by this all the time.https://realpython.com/courses/python-datetime-module/continue/#t=79.42
Our American neighbors use a different short form when they write dates.https://realpython.com/courses/python-datetime-module/continue/#t=82.02
01:25https://realpython.com/courses/python-datetime-module/continue/#t=85.83
The difference between day-month-year versus month-https://realpython.com/courses/python-datetime-module/continue/#t=85.83
day-year can be unclear up until the thirteenth of the month.https://realpython.com/courses/python-datetime-module/continue/#t=88.62
As a programmer, I try to insist on year-month-day,https://realpython.com/courses/python-datetime-module/continue/#t=92.94
the international standard, but standard or not,https://realpython.com/courses/python-datetime-module/continue/#t=96.57
it isn’t always used. Time zones can also cause craziness.https://realpython.com/courses/python-datetime-module/continue/#t=99.21
01:44https://realpython.com/courses/python-datetime-module/continue/#t=104.31
There are more times zones in the world than the twenty-four hours in the clock.https://realpython.com/courses/python-datetime-module/continue/#t=104.31
That right there tells you something. Not to keep bringing up the Canadian thing,https://realpython.com/courses/python-datetime-module/continue/#t=108.09
but it is another good example of the mess. Canada has six times zones,https://realpython.com/courses/python-datetime-module/continue/#t=111.9
one of which, Newfoundland Standard Time, has a half-hour difference from itshttps://realpython.com/courses/python-datetime-module/continue/#t=116.01
nearest neighbor. Combine that with the problem of daylight savings time,https://realpython.com/courses/python-datetime-module/continue/#t=119.82
which is also messy.https://realpython.com/courses/python-datetime-module/continue/#t=124.47
02:05https://realpython.com/courses/python-datetime-module/continue/#t=125.94
One of our provinces, Saskatchewan, doesn’t follow daylight savings.https://realpython.com/courses/python-datetime-module/continue/#t=125.94
So in the winter,https://realpython.com/courses/python-datetime-module/continue/#t=129.96
it aligns with Central Standard Time and has the same time as its neighbor tohttps://realpython.com/courses/python-datetime-module/continue/#t=130.89
the east, Manitoba, while in the summer,https://realpython.com/courses/python-datetime-module/continue/#t=134.97
it aligns with its neighbor on the other side, Alberta,https://realpython.com/courses/python-datetime-module/continue/#t=137.79
as it syncs with Mountain Standard Time.https://realpython.com/courses/python-datetime-module/continue/#t=140.85
02:24https://realpython.com/courses/python-datetime-module/continue/#t=144.18
Take off, eh, there’s no doubt about it: date and times are messy.https://realpython.com/courses/python-datetime-module/continue/#t=144.18
02:29https://realpython.com/courses/python-datetime-module/continue/#t=149.91
Now that I’ve slagged my fellow Canadians, next up I’ll dive further into all thehttps://realpython.com/courses/python-datetime-module/continue/#t=149.91
complications of dates and times.https://realpython.com/courses/python-datetime-module/continue/#t=153.96
Become a Memberhttps://realpython.com/account/join/
Overviewhttps://realpython.com/courses/python-datetime-module/
https://realpython.com/videos/messy-date-time/
Using Python's datetime Module (Overview) 02:37 https://realpython.com/videos/python-datetime-module-overview/
Understanding That Dates and Times Are Messy 07:33 https://realpython.com/videos/messy-date-time/
Introducing datetime 06:13 https://realpython.com/lessons/introducing-datetime/
Dealing With Time Zones 10:44 https://realpython.com/lessons/dealing-with-time-zones/
Doing Date and Time Arithmetic 05:48 https://realpython.com/lessons/date-time-arithmetic/
Using Python's datetime Module (Summary) 03:04 https://realpython.com/lessons/python-datetime-summary/
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.