I used to love asyncio. For a period of time, nearly all my stuff was written for asyncio. I wrote a Flask-like (mistake IMO) web framework, and a fully async ORM, both built from the ground up for asyncio. I even got in arguments defending it with people... (more…)
Read more »
Let's say you need to parse and analyse some raw data, for example a log file, to generate a report. (more…)
Read more »
Written by Avy FaingezichtWhere I talk about tech, startups, and economics, plus random thoughts.
Read more »
Recently, I was working with MapBox’s Route Optimization API. Basically, it tries to solve the traveling salesman problem where you provide the API with coordinates of multiple places and it returns a duration-optimized route between those locations. This... (more…)
Read more »
Score a library of Python books from No Starch Press and support charity! (more…)
Read more »