Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raffaeleterribile/numpy-tutorials


https://github.com/raffaeleterribile/numpy-tutorials

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Numpy Tutorials

Exercises that I did when I was learning Numpy.
These exercises are base on the tutorial that can be found at [Numpy Quickstart Tutorial](https://docs.scipy.org/doc/numpy-1.15.1/user/quickstart.html)

## Installation

Install Python from the official site [Ptyhon.org](https://www.python.org/).

To install packages, you can use the builtin pip or conda (from [Anaconda.org](https://anaconda.org/)).

To install packages using pip, execute this command:

> pip install --requirements requirements.txt

To install packages using conda, execute this command:

> conda env create --file environment.yaml