Quickie Dev #11: About time… and Python
Do you know how to represent and manipulate time-related variables in Python?

Most programming languages have various data types: strings, ints, floats, arrays… Some also have some “complex” types; for example, the dates and datetimes.
Dates are an essential component in lots of applications: be it a simple calendar, a…