Weekly Shaarli

All links of one week in a single page.

Week 01 (January 1, 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.