Skip to content

A quick introduction to one of the python's scientific library NumPy.

License

Notifications You must be signed in to change notification settings

allthatido/NumPy_beginner_tutorial

Repository files navigation

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

About

A quick introduction to one of the python's scientific library NumPy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published