Skip to main content

Times and Dates in Python

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

  • Pendulum provides an API kind of similar to moment.js although the parsing of text dates is not quite as flexible/powerful.