Description
Vagrant is a tool that can efficiently run, deploy and destroy virtual machines. If we use it when testing an application, we can avoid the beloved problem of "But it works on my computer".
We will show how we can use Vagrant with Python and for deployment.