Technical requirements
The following are the Python packages that are mentioned in this chapter that you can download from PyPI:
gprof2dot
objgraph
pymemcache
Information on how to install packages is included in Chapter 2, Modern Python Development Environments.
The following are some extra applications that you may need to install:
- Graphviz: An open source diagram visualization solution available at https://graphviz.org
- Memcached: An open source caching service available at https://memcached.org
The code files for this chapter can be found at https://github.com/PacktPublishing/Expert-Python-Programming-Fourth-Edition/tree/main/Chapter%2013.