A lot of people have problems working with and understanding what asynchronous code means. This article is an intro into the basic asynchronous Python, where I'll try answering the question why or how the async makes your code to go fast. (more…)
Read more »
Read online: Chapter 1 - Making Paper Cryptography Tools...
Read more »
Numba is a just-in-time compiler for Python that works best on code that uses
NumPy arrays and functions, and loops. The most common way to use Numba is
through its collection of decorators that can be applied to your functions to
instruct Numba to compil... (more…)
Read more »
Post about how Python's tuple syntax can make you run around trying to fix bugs that are easily avoided. (more…)
Read more »