Top Python libraries of 2020 you should know about
1–10 of 55 posts
Re: Top Python libraries of 2020 you should know about
#2Re: Top Python libraries of 2020 you should know about
#3Refusing to read (in spite of my genuine interest) based on the click-baity title.
Re: Top Python libraries of 2020 you should know about
#4 * Typer
* Rich
* Dear PyGui
* PrettyErrors - formatting and coloring error messages in the terminal
* Diagrams
* Hydra - build configurations in a composable manner, and override certain parts from the command line or config files.
* OmegaConf
* PyTorch Lightning
* Hummingbird - compile your trained traditional ML models into tensor computations
* HiPlot - high-dimensional data using parallel plots
* Scalene
* Norfair - real-time object tracking; the real reason for this post, as it is created by the companyRe: Top Python libraries of 2020 you should know about
#5Not sure I like the language. The best dependency manager (Poetry) is buggy. The default interpreter is slow.
But I love the ecosystem of third party packades. Thank you! Python will be around for a long time.
Re: Top Python libraries of 2020 you should know about
#6Re: Top Python libraries of 2020 you should know about
#7Re: Top Python libraries of 2020 you should know about
#8I use Hy (a thin Lisp skin/wrapper for Python) for a few personal projects (not at work) and great libraries help make applications shorter and easier to maintain. Best code to write is no code.
Re: Top Python libraries of 2020 you should know about
#9Refusing to read (in spite of my genuine interest) based on the click-baity title.
Re: Top Python libraries of 2020 you should know about
#10I like how they led with something of general interest -- just about anybody might want to make a command line script that requires arguments. Typer might help me get away from Bash scripts to just write in Python.