Next time you’re in your IPython console and you get an error somewhere deep in your stack, run %debug. It’s a post-mortem debugger, and it’ll drop you in an interpreter right where the error happened. You can inspect all the variables, go up and down the… Read more
Similar
A few weeks ago, I got really angry at the state of things with black. Everybody uses this autoformatter that breaks pep8, and nothing annoys me more like breaking pep8. (more…)
Read more »
Python 3 bindings for liboqs. Contribute to open-quantum-safe/liboqs-python development by creating an account on GitHub. (more…)
Read more »
I wrote bash scripts for several years now. You can find old bash scripts of mine on GitHub but most of them aren’t maintained anymore - and i have a reason ... (more…)
Read more »
Trio is a new asynchronous
I/O library for Python, with a focus on usability and correctness –
the goal is to make it easy to get things right. (more…)
Read more »
Python is one of the most popular and accessible programming languages of all time but is far from being the fastest. Many library and… (more…)
Read more »