Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hritik5102/numpy-for-beginners
NumPy is a Python library that is the core library for scientific computing in Python.
https://github.com/hritik5102/numpy-for-beginners
numpy numpy-arrays numpy-basic numpy-exercises numpy-for-beginners numpy-trick numpy-tutorial
Last synced: 15 days ago
JSON representation
NumPy is a Python library that is the core library for scientific computing in Python.
- Host: GitHub
- URL: https://github.com/hritik5102/numpy-for-beginners
- Owner: hritik5102
- Created: 2019-08-19T18:45:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T19:12:57.000Z (over 5 years ago)
- Last Synced: 2024-10-25T07:32:47.285Z (2 months ago)
- Topics: numpy, numpy-arrays, numpy-basic, numpy-exercises, numpy-for-beginners, numpy-trick, numpy-tutorial
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numpy-for-beginners
NumPy is a Python library that is the core library for scientific computing in Python. It contains a collection of tools and techniques that can be used to solve on a computer mathematical models of problems in Science and Engineering.- [Numpy Basic](#NumpyBasic)
- [Arange](#Arange)
- [Zeros](#Zeros)
- [One's](#One's)
- [Linespace](#Linespace)
- [Eye](#Eye)
- [Random](#Random)
- [Reshape](#Reshape)
- [Random Function](#Random-Function)
- [Shape](#Shap)
- [dtype](#dtype)
- [Mathematical Operator](#Mathematical-Operator)
- [Numpy Indexing and Selection](#indexing)