You can download the free system virtualization tools that are mentioned in this chapter from the following sites:
- Vagrant: https://www.vagrantup.com
- Docker: https://www.docker.com
The following are Python packages that are mentioned in this chapter that you can download from PyPI:
- virtualenv
- ipython
- ipdb
- ptpython
- ptbdb
- bpython
- bpdb
You can install these packages using the following command:
python3 -m pip install <package-name>
The code files for this chapter can be found at https://github.com/PacktPublishing/Expert-Python-Programming-Third-Edition/tree/master/chapter2.