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
- Host: GitHub
- URL: https://github.com/h12m54am/numpy-matplotlib
- Owner: H12M54AM
- License: mit
- Created: 2023-10-13T22:07:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T09:59:52.000Z (over 2 years ago)
- Last Synced: 2025-04-04T04:28:22.432Z (10 months ago)
- Topics: jupyter-notebook, learning-by-doing, numpy, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 9.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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