Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
python
1.1k+ articles
Python numpy-Mathematical Function
210+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-ndarray
110+ articles
Python numpy-polynomials
90+ articles
Python numpy-Matrix Function
98 articles
Python numpy-String Operation
52 articles
Python-numpy
1.3k+ posts
Popular Articles
Recent Articles
Python NumPy
Last Updated: 26 March 2025
Numpyis a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working with
...read more
Python-numpy
AI-ML-DS
How to find the Index of value in Numpy Array ?
Last Updated: 09 August 2024
In this article, we are going to find the index of the elements present in a Numpy array.Using where() Methodwhere() method is used to speci
...read more
Python
Python-numpy
Picked
Python numpy-Indexing
AI-ML-DS
Convert a NumPy array to an image
Last Updated: 01 April 2025
Converting a NumPy array to an image is a simple way to turn numbers into pictures. A NumPy array holds pixel values, which are just numbers
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Similar Topics
Python
20.1k+ articles
AI-ML-DS
5.4k+ articles
Machine Learning
2.4k+ articles
python
1.1k+ articles
Python numpy-Mathematical Function
210+ articles
Python numpy-arrayManipulation
190+ articles
Python numpy-ndarray
110+ articles
Python numpy-polynomials
90+ articles
Python numpy-Matrix Function
98+ articles
Python numpy-String Operation
52+ articles
How to Convert images to NumPy array?
Last Updated: 30 September 2022
Images are an easier way to represent the working model. In Machine Learning, Python uses the image data in the format of Height, Width, Cha
...read more
Python
Image-Processing
Python-numpy
How to inverse a matrix using NumPy
Last Updated: 05 May 2023
In this article, we will see NumPy Inverse Matrix in Python before that we will try to understand the concept of it. The inverse of a matrix
...read more
Python
Python-numpy
Picked
Numpy
How to create a vector in Python using NumPy
Last Updated: 28 October 2021
NumPy is a general-purpose array-processing package. It provides a high-performance multidimensional array object, and tools for working wit
...read more
Python
Python-numpy
Calculate the Euclidean distance using NumPy
Last Updated: 30 July 2024
In simple terms, Euclidean distance is the shortest between the 2 points irrespective of the dimensions. In this article to find the Euclide
...read more
Python
Python-numpy
Python numpy-Linear Algebra
Python | Flatten a 2d numpy array into 1d array
Last Updated: 03 February 2023
Given a 2d numpy array, the task is to flatten a 2d numpy array into a 1d array. Below are a few methods to solve the task.Method #1 : Using
...read more
Python
Python-numpy
Python numpy-program
Change the Data Type of the Given NumPy Array
Last Updated: 02 February 2024
NumPy arrays are homogenous, meaning all elements in a NumPy array are of the same data type and referred to as array type. You might want t
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Numpy
AI-ML-DS With Python
numpy.sum() in Python
Last Updated: 28 August 2024
This function returns the sum of array elements over the specified axis.Syntax: numpy.sum(arr, axis, dtype, out): Parameters:arr: Input arra
...read more
Python
Python-numpy
Python numpy-Mathematical Function
numpy.where() in Python
Last Updated: 19 September 2024
We will explore the basics of numpy.where(), how it works, and practical use cases to illustrate its importance in data manipulation and ana
...read more
Python
Python-numpy
Numpy
Multiply All Numbers in the List in Python
Last Updated: 10 March 2025
Multiplying all numbers in a list is a common task in Python. This can be useful in calculations, data analysis, and whenever we need a cumu
...read more
Python
Python-numpy
python-list
Python list-programs
numpy.zeros() in Python
Last Updated: 24 January 2025
numpy.zeros() function creates a new array of specified shapes and types, filled with zeros. It is beneficial when you need a placeholder ar
...read more
Python
Python-numpy
Python numpy-arrayCreation
Numpy
AI-ML-DS
NumPy - linspace() Function
Last Updated: 24 January 2025
linspace() function in NumPy returns an array of evenly spaced numbers over a specified range. Unlike the range() function in Python that ge
...read more
Python
Python-numpy
Python numpy-arrayCreation
NumPy Introduction
Last Updated: 28 January 2025
NumPy(Numerical Python) is a fundamental library for Python numerical computing. It provides efficient multi-dimensional array objects and v
...read more
Python
Python-numpy
Python numpy-Basics
python
AI-ML-DS
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !