Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dukeatlas/reu-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Jun 6, 2019
2 parents 7052ed2 + 30c6c9f commit 79e27fc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/programming.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Programming in C++ and Python
=============================
UNIX Shell, C++, and Python
===========================

The `UNIX shell <https://en.wikipedia.org/wiki/Unix_shell>`_ is going
to become your best friend. You should really learn how to use it
effectively. The defaut shell on most Linux distributions is ``bash``
(this is the default on macOS as well). Check out `this tutorial
<https://swcarpentry.github.io/shell-novice/>`_. There are also many
videos online to walk you through a lot of basics; `this one
<https://www.youtube.com/watch?v=oxuRxtrO2Ag>`_ is pretty thorough.

The main programming languages used in HEP are C++ and Python. There
are *infinite* resources online for learning these programming
Expand Down

0 comments on commit 79e27fc

Please sign in to comment.