Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-project/student-course
ROOT course for students
https://github.com/root-project/student-course
Last synced: about 2 months ago
JSON representation
ROOT course for students
- Host: GitHub
- URL: https://github.com/root-project/student-course
- Owner: root-project
- License: cc-by-4.0
- Created: 2024-06-11T13:21:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:12:49.000Z (4 months ago)
- Last Synced: 2024-09-13T21:32:55.095Z (4 months ago)
- Language: Jupyter Notebook
- Size: 2.73 MB
- Stars: 13
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ROOT course for students
[![SWAN](https://swan.web.cern.ch/sites/swan.web.cern.ch/files/pictures/open_in_swan.svg)](https://cern.ch/swanserver/cgi-bin/go?projurl=https://github.com/root-project/student-course.git)
[![Github Codespace](https://img.shields.io/badge/open-GH_Codespaces-blue?logo=github)](https://codespaces.new/root-project/student-course?quickstart=1)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/root-project/student-course/main)This course targets young scientists and engineers with little or no experience
of ROOT. The aim of the course is to reach a solid understanding of the tools
available to conduct data analysis, processing and visualization.In the `course/notebooks/core` directory you will find an overview of ROOT
and six lessons which explain the most fundamental features and functionalities of ROOT.
In the `course/exercises/core` you will find the exercises that you should attempt
after going through the notebooks with the course material. The course is written in
python and it doesn't require much of the C++ knowledge.The in-person course based on the material in this repository was recorded during the summer of 2024. The recording is available [here](https://videos.cern.ch/record/2300516). We encourage you to watch the video and follow along with the notebooks and exercises.
If you want to know a bit more and attempt a few more exercises, including those written
in C++, you can first go through some [extra slides](https://docs.google.com/presentation/d/1iNSwzuhmhJAmU3c1_0SfYgqbr-N7BKILpcAJjojXkSg/edit?usp=sharing) and then go to the `course/exercises/extra`
section.Enjoy! And in case of any issues, don't hesitate to ask on our [forum](https://root-forum.cern.ch).