I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… (more…)
Read more »
Metaclasses - are they useful at all outside job interviews or conference talks? Let's find out! This article will show you 5 applications of metaclasses. %... (more…)
Read more »
🐍🕸 WebAssembly runtime for Python. Contribute to wasmerio/wasmer-python development by creating an account on GitHub. (more…)
Read more »
In version 3.8, Python supports System V style shared memory. This support allows creation of memory segments that can be shared between… (more…)
Read more »
It started as a quiz at PyCon, involved some forensic programming, and ended with some new insight into a Python anomaly. (more…)
Read more »