Mastering Python's Built-in time Module
Liam Pulsifer
39:09
Description
The Python time module provides many ways of representing time in code, such as objects, numbers, and strings. It also provides functionality other than representing time, like waiting during code execution and measuring the efficiency of your code.
This course will walk you through the most commonly used functions and objects in time.
By the end of this course, you’ll be able to:
What You'll Learn?
- Understand core concepts at the heart of working with dates and times, such as epochs, time zones, and daylight savings time
- Represent time in code using floats, tuples, and
struct_time
- Convert between different time representations
- Suspend thread execution
- Measure code performance using
perf_counter()
More details
User Reviews
Rating
Liam Pulsifer
Instructor's CoursesLiam is a software engineer and avid Pythonista. When he’s not writing code to automate all of his daily tasks, you can often find him running, playing basketball and tennis, reading, or eating good food.

Real Python
View courses Real Python- language english
- Training sessions 7
- duration 39:09
- Release Date 2023/04/03