https://github.com/xaxtric7/learn-numpy
🧮 Welcome to my NumPy Practice repository! This repo contains my hands-on learning, notes, and code experiments as I dive into the fundamentals and advanced features of NumPy – a powerful library for numerical computing with Python.
https://github.com/xaxtric7/learn-numpy
numpy pyrhon3
Last synced: 6 months ago
JSON representation
🧮 Welcome to my NumPy Practice repository! This repo contains my hands-on learning, notes, and code experiments as I dive into the fundamentals and advanced features of NumPy – a powerful library for numerical computing with Python.
- Host: GitHub
- URL: https://github.com/xaxtric7/learn-numpy
- Owner: XaXtric7
- Created: 2025-06-23T19:36:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T21:41:30.000Z (6 months ago)
- Last Synced: 2025-07-24T00:17:31.882Z (6 months ago)
- Topics: numpy, pyrhon3
- Language: Jupyter Notebook
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NumPy Practice 🧮
Welcome to my **NumPy Practice** repository! This repo contains my hands-on learning, notes, and code experiments as I dive into the fundamentals and advanced features of **NumPy** – a powerful library for numerical computing with Python.
---
## 🚀 What is NumPy?
NumPy (Numerical Python) is the foundational package for numerical computations in Python. It offers:
- Multi-dimensional arrays and matrices
- Mathematical functions
- Linear algebra operations
- Random number generation
- Broadcasting, slicing, and more!