Five Amazing Python Libraries you should be using!

Опубликовано: 20 Март 2020
на канале: Jack of Some
76,412
3k

0:00 Intro
0:43 Argh - Painless CLIs
5:10 tqdm - Easy Progress Bars
8:44 msgpack - Json, but binary
12:43 schedule - Cron, but python
14:11 Redis Simple Cache

Code from the video: https://gist.github.com/safijari/0e71...

Install Commands and Links (Thanks to commenter Fepe Laser)

pip install argh - https://argh.readthedocs.io/en/latest/
pip install tqdm - https://tqdm.github.io/
pip install msgpack - https://github.com/msgpack/msgpack-py...
pip install schedule - https://schedule.readthedocs.io/en/st...
pip/pip3 install git+https://github.com/YashSinha1996/redi... - https://github.com/YashSinha1996/redi...

MY OTHER VIDOES:
○ A.I. Learns to play Snake    • Neural Network Learns to Play Snake using ...  
○ Explaining RL to a baby:    • Baby Learns about Artificial Intelligence ...  
○ 5 Common Python Mistakes:    • 5 Things You're Doing Wrong When Programmi...  
○ Learning programming language Julia:    • How to learn Julia, a new programming lang...  
○ Making Python fast:    • Can VSCode be a reasonable Spacemacs alter...  

Twitter:   / safijari  
Patreon:   / jackofsome  

#python #programming #libraries