The C++ standard library contains a rich collection of containers, iterators, and algorithms that can be composed to produce elegant solutions to complex problems. Most importantly, they are fast… (more…)
Read more »
Note: This was originally posted at martinheinz.dev Every project - regardless of whether you are wo... (more…)
Read more »
There’s three basic approaches to writing unit tests for python code that interact directly with external API’s. Typically, that code involves functions that hide the details of a HTTP call. (more…)
Read more »
Learn Python for data analysis and visualization by analyzing large datasets and covering Python 3, Pandas, and Seaborn. (more…)
Read more »