Six Amazing Unknown Python Libraries
<p>I’ve been using Python extensively for the last two years. As a result, I’m always looking for amazing libraries that can enhance my work in Data Engineering and Business Intelligence projects.</p>
<h1>1. Pendulum</h1>
<p>Although many libraries are available in Python for DateTime, I find Pendulum easy to use on any operation on the dates. A pendulum is my favorite library for my daily usage at my work. It extends the built-in Python datetime module, adding a more intuitive API for handling time zones and performing operations on dates and times like adding time intervals, subtracting dates, and converting between time zones. It provides a simple, human-friendly API for formatting dates and times.</p>
<p><a href="https://medium.com/@Divithraju/six-amazing-unknown-python-libraries-c7bdad6b4472"><strong>Click Here</strong></a></p>