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

https://github.com/h12m54am/numpy-matplotlib

Best for people who are using it for mathematical and statistical work. Not really a tutorial, but rather a bunch of examples that can help you understand Numpy and Matplotlib
https://github.com/h12m54am/numpy-matplotlib

jupyter-notebook learning-by-doing numpy pandas python

Last synced: 7 months ago
JSON representation

Best for people who are using it for mathematical and statistical work. Not really a tutorial, but rather a bunch of examples that can help you understand Numpy and Matplotlib

Awesome Lists containing this project

README

          

# numpy-matplotlib
Best for people who are using it for mathematical and statistical work. Not really a tutorial, but rather a bunch of examples that can help you understand Numpy and Matplotlib

## Pre
* python = "=>3.11, <3.13"
* numpy = "=>1.26.0"
* matplotlib = "=>3.8.0"
* pandas = "^2.1.1"

**Make sure that you're using the Anaconda Kernal for Panadas to work. Or something else that will alow all libraries to funtion with**

## Installation
```python
git clone https://github.com/H12M54AM/numpy-matplotlib.git
```

#### By Edward Naidoo