Parameterized testing with any Python test framework - GitHub - wolever/parameterized: Parameterized testing with any Python test framework... (more…)
Read more »
A public service announcement about the dangers of utcnow and utcfromtimestamp and the benefits of using their replacements. (more…)
Read more »
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 »
Dialect of Python with explicit variable declaration and block scoping, with a lightweight and easy-to-embed bytecode compiler and interpreter. - GitHub - kuroko-lang/kuroko: Dialect of Python with... (more…)
Read more »
As part of my quest to learn about AI, I set myself the goal of building a simple neural network in Python. To ensure I truly understand… (more…)
Read more »