Help learning pyROOT

Hi :slightly_smiling_face:,

I am a beginner with ROOT and am currently using an IDE such as VS Code to write Python code, specifically with PyROOT :grinning_face_with_smiling_eyes:. I was wondering if anyone knew where I can find a full documentation on using ROOT with python syntax.

The root documentation does me no good because it is mostly all in C :enraged_face:. Maybe Iโ€™m looking in the wrong place, but I would like the help of people who are efficient in pyROOT :smiling_face_with_tear:. Please tell me how I can get better :sob:.

Thanks everyone :face_with_tongue:

Check out

Also, you can go through the Tutorials, particularly on the categories at the top (โ€œGet startedโ€). While most are for C++, many also have Python versions (but many still need them), just scroll down to the tables with the tutorial names and descriptions; where available, the python scripts are also given in a second column.