filmov
tv
Tabulate - Python Library of the Day

Показать описание
Okay todays python library of the day, including a no-expense spared intro, is Tabulate, which is a super fast way of getting your output neat and pretty after you've spent tons of time. Using libraries allows you to concentrate and work on your code, not worry about the getting the output clean - whilst allowing that output to still represent the quality of thinking that you put into generating the data.
This also works beautifully with pandas, and basically anything which produces an iterator.
It auto formats, and whats really nice is it formats into different formats like Jira or Media wiki, which means producing output that can be quickly pasted into other situations is super awesomely great.
Its libraries like this one save us so many hours, it improves the quality of the code, and makes our life better. That's what I love about open-source community which is when you get something of quality and everyone benefits.
Python is a wonderful language to code in, because its very clear which makes it maintainable. Not only does it make an excellent rapid prototyping language, but its great and scalable to real business applications that you can rely on as well.
This also works beautifully with pandas, and basically anything which produces an iterator.
It auto formats, and whats really nice is it formats into different formats like Jira or Media wiki, which means producing output that can be quickly pasted into other situations is super awesomely great.
Its libraries like this one save us so many hours, it improves the quality of the code, and makes our life better. That's what I love about open-source community which is when you get something of quality and everyone benefits.
Python is a wonderful language to code in, because its very clear which makes it maintainable. Not only does it make an excellent rapid prototyping language, but its great and scalable to real business applications that you can rely on as well.
Комментарии