RT @ianbicking: Perusing Firefox already has arrow functions (), I had no idea...
RT @FloorDrees: A listing of tools that are made freely available to open source projects. via @thechangelog
Nice: Quickly move and delete Redis keys by pattern via @coderwall
I just published how I do simple, declarative, template-engine-agnostic bindings for Backbone apps:
Some critics haven't grasped the coolness of : search ALL the docs, offline, in browser. Disconnect wifi, still works
RT @snookca: On mobile, Data URIs are 6x slower than source linking. /via @brianleroux
Arrow is a Python library that offers a sensible, human-friendly approach to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type, plugging gaps in functionality, and provides an intelligent module API that supports many common creation scenarios. Simply put, it helps you work with dates and times with fewer imports and a lot less code.
Arrow is heavily inspired by moment.js and requests.
Why?
Python’s standard library and some other low-level modules have near-complete date, time and time zone functionality but don’t work very well from a usability perspective:
Too many modules: datetime, time, calendar, dateutil, pytz and more
Too many types: date, time, datetime, tzinfo, timedelta, relativedelta, etc.
Time zones and timestamp conversions are verbose and unpleasant
Time zone naivety is the norm
Gaps in functionality: ISO-8601 parsing, time spans, humanization