# Times and Dates in Python

The built in datetime library in Python can be a bit rubbish/difficult to use.

- [Pendulum](https://pendulum.eustace.io) provides an API kind of similar to moment.js although the parsing of text dates is not quite as flexible/powerful.