Top 10 Python libraries of 2016 – Tryolabs Blog



Last year, we did a recap with what we thought were the best Python libraries of 2015, which was widely shared within the Python community (see post in r/Python). A year has gone by, and again it is time to give due credit for the awesome work that has been done by the open source community this year.
Again, we try to avoid most established choices such as Django, Flask, etc.
Top 10 Python libraries of 2016 – Tryolabs Blog

 

Introducing Maya: Datetimes for Humans™



Datetimes are a headache to deal with in Python, especially when dealing
with timezones, especially when dealing with different machines with
different locales.

Maya exists to do all the hard work for you, so you can focus on what
you’re trying to do — import or export simple datetime data in known human
and machine-readable formats.

Example Usage of Maya (v0.1.0)

>>> now = maya.now()

>>> tomorro…
Introducing Maya: Datetimes for Humans™