Pie Charts are very useful to show large sets of numbers in an understandable way. Python's matplotlib has a function that allows us to draw cool-looking pie charts easily and even gives us options to highlight specific sectors, give labels for each sector, etc. Here is a basic tutorial to deal with Pie-Charts in Python.
Pie-Charts in Python - A simple tutorial
Pie-Charts in Python - A simple tutorial