Harry Percival – Test Driven Development with Python
It take quite some wasted hours of coding to appreciate the full power of the TDD approach
Harry Percival – Test Driven Development with Python
It take quite some wasted hours of coding to appreciate the full power of the TDD approach
Get pip, venv, and git:
sudo apt install python3-pip
apt-get install python3-virtualenv
sudo apt install python-is-python3
sudo apt install git
Set up LEMP stack following this tutorial.
Charles Severance – Python for everybody
A highly recommended introduction to coding for aspiring data scientists, providing a rare mix of fundamentals and well-chosen practical examples.