Using Python to power the world
Access to affordable and consistent electricity is one of the big challenges facing our modern society. Nuclear energy is one answer because of its reliable output and carbon-free operation. To make this energy accessible t... (more…)
Read more »
Accurately static typing decorators in Python is an icky business. The wrapper function obfuscates type information required to statically determine the types of the parameters and the return values of the wrapped function. Let's write a decorator that re... (more…)
Read more »
Call Python from NodeJS directly in-process without spawning processes - GitHub - hmenyus/node-calls-python: Call Python from NodeJS directly in-process without spawning processes... (more…)
Read more »
Rate limiting is a mechanism that many developers may have to deal with at some point in their life.... (more…)
Read more »