Python subprocess Cheat Sheet Quick reference for the subprocess module — Python's standard library for spawning system processes, executing commands, and managing pipes. Covers run (), Popen, pipes, ...
Quick reference for Matplotlib — the foundational data visualization library for Python. Covers pyplot interface, Figure/Axes objects, chart types, styling, annotations, subplots, and export.