Following are Python packages mentioned in this chapter that you can download from PyPI:
- pylint
- pycodestyle
- flake8
You can install these packages using following command:
python3 -m pip install <package-name>
Code files for this chapter can be found at https://github.com/PacktPublishing/Expert-Python-Programming-Third-Edition/tree/master/chapter6.