Weekly Shaarli

All links of one week in a single page.

Week 23 (June 5, 2023)

GitHub - timofurrer/try: Dead simple CLI tool to try Python packages - It's never been easier!

Allows you to instantly try any python packages from the command line.

Basically like pipx, just for python libraries (i.e. packages without a runnable executable).

GitHub - donnemartin/interactive-coding-challenges: 120+ interactive Python coding interview challenges (algorithms and data structures)

A lot (and I mean a lot) of coding challenges preparing you for learning algorithms, data structures, some pointers on system design.

Also has Anki flashcards, though I do not know how effective they are considering a lot of the challenges amount to coding up a solution.