In this tutorial, we are going to build a python flask web application from scratch – that will display coinmarketcap data for the top 10 coins. You can use the principles learned from this web application to build similar apps that get data from a real-time hosted API. But before we get started – we...