Skip to content

Commit

Permalink
unix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed May 31, 2019
1 parent 12d9873 commit 2b84631
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/programming.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
UNIX Shell, C++, and Python
=========================================

The UNIX shell is going to become your best friend. You should really
learn how to use it. The defaut shell on most Linux distributions is
``bash`` (this is the default on macOS as well). This out `this
tutorial <https://swcarpentry.github.io/shell-novice/>`_.
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). This out `this tutorial
<https://swcarpentry.github.io/shell-novice/>`_.

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 2b84631

Please sign in to comment.