Skip to content

Commit

Permalink
Merge pull request #69 from HDembinski/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Nov 9, 2023
2 parents 36dabb4 + 20ec1e4 commit 5198c68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion python/further_reading.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# More advanced topics in Python

## Nice standard libraries
* argsparse, datetime, fnmatch, glob, os, re, sys, subprocess
* argsparse, datetime, fnmatch, re, sys, subprocess, pathlib

## Nice libraries for data analysis
* [NumPy](https://numpy.org/)
* [pandas](https://pandas.pydata.org/docs/)
* [matplotlib](https://matplotlib.org/)
* [iminuit](https://iminuit.readthedocs.io/en/stable/) for fitting
* [resample](https://resample.readthedocs.io/en/stable/) for uncertainty estimation with the bootstrap and jackknife
* [jacobi](https://hdembinski.github.io/jacobi/) for error propagation based on first derivatives
* [numba-stats](https://github.com/HDembinski/numba-stats) fast implementations of statistical distributions to build statistical models

## Python and ROOT
* pyROOT: Python interface for ROOT
Expand Down

0 comments on commit 5198c68

Please sign in to comment.