This is a quick and fast introduction to python's scietific library NumPy. This tutorial provides a quick way to get introduced to the various methods of the library and begin to use NumPy in your projects. We shall create a conda environment and use jupyter notebooks for this tutorial
$ sudo apt-get install git-all
For more options, there are instructions for installing on several different Unix flavors on the Git website, at http://git-scm.com/download/linux.
There are several ways to install Git on a Mac. The easiest is probably to install the Xcode Command Line Tools. On Mavericks (10.9) or above you can do this simply by trying to run git from the Terminal the very first time.
$ git --version
If you don’t have it installed already, it will prompt you to install it.
There are also a few ways to install Git on Windows. The most official build is available for download on the Git website. Just go to http://git-scm.com/download/win and the download will start automatically.
Get started here. More info here.
Supported Sytems: MacOS, Windows, Linux