Daily Shaarli

All links of one day in a single page.

January 4, 2024

GitHub - cool-RR/PySnooper: Never use print for debugging again

Advanced 'print' function - enables simple debugging instead of littering code with 'print' statements everywhere while coding. Just add a decorator or context manager instead.

Conceptually somewhat similar to kikito's inspect for lua, or its vim.inspect neovim implementation in being in-between simple print statements and full blown debugging.