More advanced topics in Python
Nice standard libraries
argsparse, datetime, fnmatch, re, sys, subprocess, pathlib
Nice libraries for data analysis
iminuit for fitting
resample for uncertainty estimation with the bootstrap and jackknife
jacobi for error propagation based on first derivatives
numba-stats fast implementations of statistical distributions to build statistical models
Python and ROOT
pyROOT: Python interface for ROOT
uproot: A library for reading data from root files into Python NumPy arrays, Awkward arrays and Pandas dataframes
root_numpy (deprecated)