Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raffaeleterribile/numpy-tutorials
https://github.com/raffaeleterribile/numpy-tutorials
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/raffaeleterribile/numpy-tutorials
- Owner: raffaeleterribile
- Created: 2022-03-23T20:12:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-05T07:04:59.000Z (over 2 years ago)
- Last Synced: 2023-07-19T19:45:00.351Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 585 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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