What is the best way to manipulate schedules using python 3?

Asked

Viewed 62 times

-1

I have a college job to do, where I will need to create a python code that allows the user to schedule schedules for use of the institution’s rooms, but I do not know a functional way of manipulating schedules using python, if you can help I am very grateful!

1 answer

0


The module datetime, which comes by default in Python, is one of the best I’ve ever used for date, time and time intervals manipulation.

  • Thank you very much, I took a look and I really think I can use it to remedy the problem, I will study more about it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.