9 Sep 2021 Xavier Rigoulet How to Work With the Calendar and Arrow Python Modules During your journey as a developer or data scientist, you will have to work with dates and times. Fortunately, Python has several convenient libraries that make it easier. In this article, we’ll quickly review the datetime module, then examine the calendar and Arrow modules in Python. As a Python-using programmer, developer, data analyst, or data scientist, you’ll probably have to deal with date and time data quite often. Fortunately, Python’s datetime, calendar, and arrow libraries are available to streamline your tasks. Read more