What is the purpose of the 'pip freeze' command in Python development?
A. To uninstall Python packages
B. To display a list of installed Python packages
C. To compile Python code
D. To debug Python code
The 'pip freeze' command displays a list of installed Python packages, including their version numbers.