Skip to content

Commit

Permalink
Merge pull request #54 from kauniska/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Aug 15, 2023
2 parents b1debd6 + 986bfa5 commit 14f3329
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions python/further_reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
* argsparse, datetime, fnmatch, glob, os, re, sys, subprocess

## Nice libraries for data analysis
* numpy, pandas, matplotlib
* [NumPy](https://numpy.org/)
* [pandas](https://pandas.pydata.org/docs/)
* [matplotlib](https://matplotlib.org/)

## Python and ROOT
* pyROOT
* root_numpy
* pyROOT: Python interface for ROOT
* [uproot](https://uproot.readthedocs.io/en/latest/index.html): A library for reading data from root files into Python NumPy arrays, Awkward arrays and Pandas dataframes
* root_numpy (deprecated)

0 comments on commit 14f3329

Please sign in to comment.