python3

sudo apt install python3
python3 --version

pip3

sudo apt install python3-pip

numpy

# version
python -c "import numpy; print(numpy.__version__)"

matplotlib

pip3 install matplotlib

pandas

pandas is a python library that provides data structures and functions for working with structured data, particularly for data analysis and manipulation.

pip3 install pandas

ruamel

ruamel.yaml is the commonly used package from the ruamel suite for YAML parsing.

pip3 install ruamel.yaml

seaborn

seaborn is a statistical data visualization library based on matplotlib

pip3 install seaborn

tkinter

sudo apt install python3-tk