Sanic is a Python 3.7+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy. (more…)
Read more »
Python is a relatively nice, simple programming language. I don’t have any quarrel with it. In fact, I love it in combination with web2py…
Read more »
I've been writing Python since at least 8 years now. It used to be all fun and
cool: writing scripts and small programs in a couple of minutes, no compilation
times, pleasant syntactic sugar everywhere (contrary to go), no
terrible idioms (contrary to
bas... (more…)
Read more »
The Labyrinth
is a children’s movie. The main character is 16 years old, and solving a
logic puzzle that will literally decide if she lives or dies. In
fiction, characters are faced with realistic challenges: ones they can
solve, even if they have to make... (more…)
Read more »
A Python library for manipulating indices of ndarrays - Quansight/ndindex... (more…)
Read more »