Ladder operator Updated 2025-07-16
The operators are a natural guess on the lines of "if p and x were integers".
And then we can prove the ladder properties easily.
The commutator appear in the middle of this analysis.
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.

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