Expert Python Programming(Third Edition)
上QQ阅读APP看书,第一时间看更新

Technical requirements

You can download the free system virtualization tools that are mentioned in this chapter from the following sites:

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.