10 points | by blindprogrammer 8 hours ago
3 comments
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/
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/