Writing a cryptocurreny price checker in Python

Why would you ever manually check cryptocurrency prices again if you could write a program to automatically fetch all prices from Coinmarketcap and output them in your Terminal? I would´t either so let´s start. We need some really basic prerequisites. prerequisites Python 3.6 editor of choice Setting up your Environment I assume you already have a basic understanding how Python works but actually you should still follow along pretty easily since the syntax is not that hard. Before we ...
Read post