- Mamba: https://github.com/conda-forge/miniforge#mambaforge and https://github.com/mamba-org/mamba (Much faster than conda, always use mamba)
- ipdb: https://github.com/gotcha/ipdb
- pdb: https://docs.python.org/3/library/pdb.html
- py-spy: https://github.com/benfred/py-spy
- line_profiler: https://github.com/pyutils/line_profiler
- PyTorch profiler: https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html
- fzf: https://github.com/junegunn/fzf
git clone --depth 1 <https://github.com/junegunn/fzf.git> ~/.fzf; ~/.fzf/install - ripgrep: https://github.com/BurntSushi/ripgrep (
conda install -c conda-forge ripgrep) - pre-commit-hooks: https://github.com/pre-commit/pre-commit-hooks
- pre-commit: https://github.com/pre-commit/pre-commit