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
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:
- https://desktop.github.com/ (OSX and Windows (and linux in the near future))
- https://www.sourcetreeapp.com/ (OSX and Windows)
- http://www.gitkraken.com/ (New kid on the block. Currently in beta phase. Supports all OSs)
Lectures (in the form of IPython notebooks) on different topics for scientific computing. Numpy , Scipy, Matplotlib etc...