Skip to content

satviklandge/Numpy

Repository files navigation

NumPy

NumPy is a powerful Python library used for numerical computing and data analysis. It provides support for large multi-dimensional arrays and matrices along with many mathematical functions to operate on them.

This repository contains my NumPy learning journey, including examples, practice codes, and explanations of important NumPy concepts.


About This Repository

This repository is created to practice and understand NumPy fundamentals.
It includes simple examples and explanations that help beginners learn how NumPy works in real Python programs.

The goal of this repository is to:

  • Understand NumPy basics
  • Practice array operations
  • Learn mathematical and statistical functions
  • Explore NumPy utilities used in data science

Topics Covered

The repository includes examples of:

  • NumPy Introduction
  • Creating NumPy Arrays
  • Array Shape & Size
  • Array Reshaping
  • Array Concatenation & Splitting
  • Mathematical Functions
  • Trigonometric Functions
  • Random Module
  • String Operations
  • Array Indexing & Slicing
  • Array Flattening and Ravel

Technologies Used

  • Python
  • NumPy
  • Jupyter Notebook / Python Scripts

Getting Started

1️. Clone the repository

git clone https://github.com/satviklandge/Numpy.git

2️. Navigate to the folder

cd Numpy

3️. Install NumPy

pip install numpy

Purpose of This Project

  • Practice Python for Data Science
  • Build a strong foundation in NumPy
  • Share learning resources for beginners

Contributions

This repository is part of my personal learning journey, but suggestions and improvements are always welcome.


Support

If you find this repository helpful, please consider starring the repo

About

NumPy (Numerical Python) is a powerful open-source Python library used for numerical computing and data manipulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors