Python cheat sheet

Remove all Python 3 packages (yes!):

pip3 freeze | xargs pip3 uninstall -y