Five Amazing Python Libraries you should be using!
Argh - Painless CLI Generation (00:43)
tqdm - Easy Progresbars (05:10)
msgpack - Like Binary JSON (08:44)
schedule - Python’s cron (12:43)
Redis Simple Cache - Memoization (14:11)
Code from the video:
Install Commands and Links (Thanks to commenter Fepe Laser)
pip install argh -
pip install tqdm -
pip install msgpack -
pip install sched