Skip to content

Files

Latest commit

90bcb9e · Mar 20, 2018

History

History
38 lines (24 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.41 KB

A quick introduction to NumPy for beginners

Overview

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

Packages used:

The recommended way to get up and running:

Installing Git.

Linux

$ 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.

Mac

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.

Windows

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.

Anaconda Environment

Get started here. More info here.

Supported Sytems: MacOS, Windows, Linux