#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 and welcome to the course. We're going to open things up with playing with datetimes.
0:08
Probably not the most interesting thing for most of us and if you're like me, you probably hate it because they can be very finicky.
0:16
So, with datetimes I wanted to run us through some of the more basic concepts of it. Just go with it, there will be more advanced stuff coming up
0:26
but for now we're going to stick with just the basics to get you through with datetimes specifically around datetimes.date
0:34
and then datetimes.timedelta. So, we'll flick through into that, carry on, and let's get started.