#100DaysOfCode in Python Transcripts
Chapter: Days 1-3: Playing with Datetimes
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Good day, this is Julian Sequeira
0:02
and welcome to the course.
0:03
We're going to open things up with playing with datetimes.
0:07
Probably not the most interesting thing for most of us
0:10
and if you're like me, you probably hate it
0:13
because they can be very finicky.
0:15
So, with datetimes I wanted to run us through
0:19
some of the more basic concepts of it.
0:21
Just go with it, there will be more advanced stuff coming up
0:25
but for now we're going to stick with
0:26
just the basics to get you through with datetimes
0:29
specifically around datetimes.date
0:33
and then datetimes.timedelta.
0:36
So, we'll flick through into that,
0:38
carry on, and let's get started.