0% found this document useful (0 votes)
27 views4 pages

Introduction to NumPy for Python Arrays

NumPy is an open-source Python library for efficient array manipulation and operations in linear algebra, created in 2005 by Travis Oliphant. It offers significant performance improvements over traditional Python lists, making it essential for data science applications. NumPy stands for Numerical Python and provides functions for various mathematical computations.

Uploaded by

vahid sabzevari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views4 pages

Introduction to NumPy for Python Arrays

NumPy is an open-source Python library for efficient array manipulation and operations in linear algebra, created in 2005 by Travis Oliphant. It offers significant performance improvements over traditional Python lists, making it essential for data science applications. NumPy stands for Numerical Python and provides functions for various mathematical computations.

Uploaded by

vahid sabzevari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

What is NumPy?

• NumPy is a Python library used for working with arrays.


• It also has functions for working in domain of linear algebra,
fourier transform, and matrices.
• NumPy was created in 2005 by Travis Oliphant. It is an open
source project.
• NumPy stands for Numerical Python.
Why Use NumPy?
• In Python we have lists that serve the purpose of arrays, but
they are slow to process.
• NumPy aims to provide an array object that is up to 50x
faster than traditional Python lists.
• Arrays are very frequently used in data science, where
speed and resources are very important.
‫آموزش های‬
‫رایگان بیشتر‬

[Link]
[Link]/data_hub_ir
[Link]/datahub-ir
[Link]/company/data-hub-ir
[Link]/channel/UCrBcbQWcD0ortW
qHAlP94ug

You might also like