Posts by Mariya Banatic J

Author Biographical Info: Not available

How to get current time in Python

By Mariya Banatic J

There are several ways to get the current time in Python. This tutorial will show you various simple methods that are available in Python to do this. The following are the topics t.... Read More

How to find day name from date in Python?

By Mariya Banatic J

This tutorial will show you how to find the day name from the given date in Python. We can use strptime() or strftime() function to do this task. Below are two methods to get day n.... Read More

Related Posts