Improvement & Python
For those familiar with the high-level, interpreted programming language Python, the Broken Quality Initiative has developed the Python package: processimprovement.py. This package, available on pypi.org and GitHub, is a collection of modules designed to assist in identifying, understanding, and eliminating variation from business and industrial processes. It can be installed with pip using pip install process-improvement.
The process_improvement.py package contains 5 modules:
xmr_charts
process_capability
comparison_charts
limit_charts
network_analysis
Each of these modules addresses a different aspect of understanding variation and improvement. For details on each module see the README.
For those unfamiliar with Python but interested in starting their Python journey, the Broken Quality Initiative suggests installing Python using the Anaconda distribution. Anaconda makes installing Python and the requisite libraries used for data analysis easy.