Skip to content
Courses
DSA to Development
Machine Learning & Data Science
Generative AI & ChatGPT
Become AWS Certified
DSA Courses
Data Structure & Algorithm(C++/JAVA)
Data Structure & Algorithm(Python)
Data Structure & Algorithm(JavaScript)
Programming Languages
CPP
Java
Python
JavaScript
C
All Courses
Tutorials
Python Tutorial
Taking Input in Python
Python Operators
Python Data Types
Python Loops and Control Flow
Python Conditional Statements
Python Loops
Python Functions
Python OOPS Concept
Python Data Structures
Python Exception Handling
Python File Handling
Python Exercises
Java
Learn Java Programming Language
Java Collections
Java 8 Tutorial
Java Programs
Java Interview Questions
Java Interview Questions
Core Java Interview Questions-Freshers
Java Multithreading Interview Questions
OOPs Interview Questions and Answers
Java Exercises
Java Quiz
Java Quiz
Core Java MCQ
Java Projects
Advance Java
Spring Tutorial
Spring Boot Tutorial
Spring Boot Interview Questions
Spring MVC Tutorial
Spring MVC Interview Questions
Hibernate Tutorial
Hibernate Interview Questions
Programming Languages
JavaScript
C++
R Tutorial
SQL
PHP
C#
C
Scala
Perl
Go Language
Kotlin
System Design
System Design Tutorial
Software Design Patterns
System Design Roadmap
Top 10 System Design Interview Questions and Answers
Interview Corner
Company Preparation
Top Topics
Practice Company Questions
Interview Experiences
Experienced Interviews
Internship Interviews
Competitive Programming
Multiple Choice Quizzes
Aptitude for Placements
Computer Science Subjects
Operating System
DBMS
Computer Networks
Engineering Mathematics
Computer Organization and Architecture
Theory of Computation
Compiler Design
Digital Logic
Software Engineering
DevOps
GIT
AWS
Docker
Kubernetes
Microsoft Azure Tutorial
Google Cloud Platform
Linux
Linux Tutorial
Linux Commands A-Z
Linux Commands Cheatsheet
File Permission Commands
Linux System Administration
Linux File System
Linux Shell Scripting
Linux Networking
Linux Interview Questions
Software Testing
Software Testing Tutorial
Software Engineering Tutorial
Testing Interview Questions
Jira
Databases
DBMS Tutorial
SQL Tutorial
PostgreSQL Tutorial
MongoDB Tutorial
SQL Interview Questions
MySQL Interview Questions
PL/SQL Interview Questions
Android
Android Tutorial
Android Studio Tutorial
Kotlin For Android
Android Projects
Android Interview Questions
6 Weeks of Android App Development
Excel
MS Excel Tutorial
Introduction to MS Excel
Data Analysis in Excel
Basic Excel Formulas & Functions
Data Analysis in Advanced Excel
Workbooks
Statistical Functions
Data Visualization in Excel
Pivot Tables in Excel
Excel Spreadsheets in Python
Basic Excel Shortcuts
Mathematics
Number System
Algebra
Linear Algebra
Trigonometry
Set Theory
Statistics
Probability
Geometry
Mensuration
Logarithms
Calculus
DSA
Data Structures
Arrays
Matrix
Strings
Linked List
Stack
Queue
Tree
Heap
Hashing
Graph
Set Data Structure
Map Data Structure
Advanced Data Structure
Data Structures Tutorial
Algorithms
Analysis of Algorithms
Design and Analysis of Algorithms
Asymptotic Analysis
Asymptotic Notations
Worst, Average and Best Cases
Searching Algorithms
Linear Search
Binary Search
Searching Algorithms Tutorial
Sorting Algorithms
Selection Sort
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
Counting Sort
Radix Sort
Bucket Sort
Sorting Algorithms Tutorial
Greedy Algorithms
Dynamic Programming
Graph Algorithms
Pattern Searching
Recursion
Backtracking
Divide and Conquer
Mathematical Algorithms
Geometric Algorithms
Bitwise Algorithms
Randomized Algorithms
Branch and Bound
Algorithms Tutorial
DSA Tutorial
Practice
All DSA Problems
Problem of the Day
Company Wise Coding Practice
Amazon
Microsoft
Flipkart
Explore All
GfG SDE Sheet
Practice Problems Difficulty Wise
School
Basic
Easy
Medium
Hard
Language Wise Coding Practice
CPP
Java
Python
Curated DSA Lists
Beginner's DSA Sheet
Top 50 Array Problems
Top 50 String Problems
Top 50 DP Problems
Top 50 Graph Problems
Top 50 Tree Problems
Competitive Programming
Company Wise SDE Sheets
Facebook SDE Sheet
Amazon SDE Sheet
Apple SDE Sheet
Netflix SDE Sheet
Google SDE Sheet
DSA Cheat Sheets
SDE Sheet
DSA Sheet for Beginners
FAANG Coding Sheet
Product-Based Coding Sheet
Company-Wise Preparation Sheet
Top Interview Questions
Puzzles
All Puzzles
Top 100 Puzzles Asked In Interviews
Top 20 Puzzles Commonly Asked During SDE Interviews
Data Science
Python Tutorial
R Tutorial
Machine Learning
Data Science using Python
Data Science using R
Data Science Packages
Pandas Tutorial
NumPy Tutorial
Data Visualization
Python Data Visualization Tutorial
Data Visualization with R
Data Analysis
Data Analysis with Python
Data Analysis with R
Deep Learning
NLP Tutorial
Web Tech
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
PHP Tutorial
ReactJS Tutorial
NodeJS Tutorial
Bootstrap Tutorial
Typescript
Web Development Using Python
Django
Django Tutorial
Django Projects
Django Interview Questions
Flask
Flask Tutorial
Flask Projects
Flask Interview Questions
Postman
Github
Cheat Sheets
HTML Cheat Sheet
CSS Cheat Sheet
JavaScript Cheat Sheet
React Cheat Sheet
Angular Cheat Sheet
jQuery Cheat Sheet
Bootstrap Cheat Sheet
Learn Complete Web Development
Trending Now
DSA
Web Tech
Foundational Courses
Data Science
Practice Problem
Python
Machine Learning
JavaScript
System Design
Django
DevOps Tutorial
Java
C
C++
ReactJS
NodeJS
CP Live
Aptitude
Puzzles
Projects
▲
Similar Topics
Python
20k+ articles
AI-ML-DS
5.6k+ articles
Machine Learning
2.5k+ articles
python
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: 15 July 2024
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: 02 September 2020
NumPy Or numeric python is a popular library for array manipulation. Since images are just an array of pixels carrying various color codes.
...read more
Python
Python-numpy
Python numpy-arrayManipulation
Similar Topics
Python
20k+ articles
AI-ML-DS
5.6k+ articles
Machine Learning
2.5k+ articles
python
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: 21 October 2024
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: 06 December 2024
The numpy.zeros() function returns a new array of given shape and type, with zeros. Syntax: numpy.zeros(shape, dtype = None, order = 'C') Pa
...read more
Python
Python-numpy
Python numpy-arrayCreation
Numpy
AI-ML-DS
NumPy linspace() Method | Create Evenly Spaced Array
Last Updated: 02 February 2024
The NumPy.linspace() function returns an array of evenly spaced values within the specified interval [start, stop].It is similar to NumPy.ar
...read more
Python
Python-numpy
Python numpy-arrayCreation
NumPy Introduction & Guide for Beginners
Last Updated: 14 August 2024
NumPy stands for Numerical Python, is an open-source Python library that provides support for large, multi-dimensional arrays and matrices.I
...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 !