cta-observatory / training-material

Contains training material for ctapipe bootcamp
1 stars 12 forks source link

Training material for ctapipe bootcamp

This is the repo for the Pipeline Developer's workshop March 2016 in Zeuthen

All content (presentation slides, tutorials, ...) should go to the master branch

Repo:https://github.com/cta-observatory/-training-material
Indico : https://www.cta-observatory.org/indico/conferenceDisplay.py?ovw=True&confId=1056
Redmine: https://forge.in2p3.fr/projects/pipelines/wiki/Pipeline_Developer's_workshop_March_2016

Git and Github related information

You can find a quick (15-30 min) interactive tutorial on using git here: https://try.github.io

The infamous 'Hello World!' tutorial for creating your first git project: https://guides.github.com/activities/hello-world/

Official beginners guide to the Github worklfow: https://guides.github.com/introduction/flow/

If you want to use a graphical user interface (GUI) for git interaction you can checkout out these links:

Scientific computing in python

Lectures (in the form of IPython notebooks) on different topics for scientific computing. Numpy , Scipy, Matplotlib etc...

https://github.com/jrjohansson/scientific-python-lectures

Talks on python