Yellow cover of Displaying Dates in Python. This template resource is from 365 Data Science.

Displaying Dates in Python

Ivan Manov

Ivan Manov

Course Author

This is a template demonstrating how to convert values into datetimes and display these values in a user-friendly form. It includes the application of the .strptime() method from the datetime module. Other related topics you might be interested in are Datetime Values in Python, Displaying Dates in Python, Displaying Dates in Python, Displaying Time in Python.The Displaying Dates in Python template is among the topics covered in detail in the 365 Data Science program.

Ivan Manov

Ivan Manov

Course Author


Who is it for

This is an open-access Python template that is going to be very helpful to Data Analysts, Data Scientists, Business Analysts, Statisticians, Software Engineers, and everyone who wants to become better at using the datetime objects.

How it can help you

This template will help you perform specific date and time related operations that are not accessible with simple strings. For instance, conversion of dates and times between different time zones, or checking the current time in a particular place. We also see how to display the result in a user-friendly form because the datetime values don't look like in the clocks or calendars by default.

Displaying Dates in Python

Yellow cover of Displaying Dates in Python. This template resource is from 365 Data Science.