Ask HN: What powerful but lesser-known Python libraries are out there? 13 points by blindprogrammer 16 hours ago
vismit2000 7 hours ago https://news.ycombinator.com/item?id=41126575Similar thread from 10 months ago: https://news.ycombinator.com/item?id=41116896
rossdavidh 16 hours ago To answer that, it would be necessary to know what libraries are considered well-known. Is there a list you would recommend for this?
bjourne 12 hours ago termtables - great for simple tables. humanize - for printing quantities nicely: naturalsize(12345678, binary = True) -> 11.8 MiB
https://news.ycombinator.com/item?id=41126575
Similar thread from 10 months ago: https://news.ycombinator.com/item?id=41116896
To answer that, it would be necessary to know what libraries are considered well-known. Is there a list you would recommend for this?
termtables - great for simple tables. humanize - for printing quantities nicely: naturalsize(12345678, binary = True) -> 11.8 MiB
fastcore
https://fastcore.fast.ai/