https://github.com/greydevv/numpy-mimic
https://github.com/greydevv/numpy-mimic
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greydevv/numpy-mimic
- Owner: greydevv
- Created: 2021-02-23T02:58:35.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T14:31:05.000Z (about 4 years ago)
- Last Synced: 2025-01-02T10:45:25.195Z (about 1 year ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# numpy-mimic
A Python implementation of Numpy's `ndarray`. This is purely for research and educational purposes.
### Note
This implementation is 'incomplete' in the sense that not every single method is implemented. For the most part, this repository is still under development.