Omniscient debugging Updated 2025-07-16
What it adds on top of reverse debugging: not only can you go back in time, but you can do it instantaneously.
Or in other words, you can access variables from any point in execution.
TODO implementation? Apparently Pernosco is an attempt at it, though proprietary.
pyenv Updated 2025-07-16
Python abc Updated 2025-07-16
Python ast Updated 2025-07-16
Conda Updated 2025-07-16
Conda is like pip, except that it also manages shared library dependencies, including providing prebuilts.
This has made Conda very popular in the deep learning community around 2020, where using Python frontends like PyTorch to configure faster precompiled backends was extremely common.
It also means that it is a full package manager and extremely overbloated and blows up all the time. People should just use Docker instead for that kind of stuff: www.reddit.com/r/learnmachinelearning/comments/kd88p8/comment/keco07k/
virtualenv Updated 2025-07-16
python3 -m pip install --user virtualenv
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt
QuTech Academy Updated 2025-07-16
One of their learning sites: www.qutube.nl/
The educational/outreach branch of QuTech.
SARS-CoV-2 gene Updated 2025-07-16
Some are named after the encoded protein. Others that are not as clean are just orfXXX for open reading frame XXX.
SQL Updated 2025-07-16

Unlisted articles are being shown, click here to show only listed articles.