How to easily get Bitcoin price quotes in Python

Bitcoin goes to the moon

Overview – Bitcoin price quotes in Python Bitcoin is back in the spotlight. Meanwhile as I am writing this the price is over $18K USD. What better time to write a tutorial on getting Bitcoin price quotes in Python. We can do it using the Python requests library and the Coindesk API. Coindesk has a […]

How to install Go on Linux using official binary releases

The Go Gopher

Installing Go on Linux In this tutorial we walk through how to install the Go programming language on Linux. We are using the binary distribution you can download from Golang.org. Additionally we talk about why we prefer this method over other methods for installing Go. Why install go on Linux via this method? Linux distributions […]