0% found this document useful (0 votes)
89 views3 pages

Introduction to NumPy Library

NumPy is a Python library introduced in 2005 for working with arrays and matrices. It provides fast ndarray arrays that are up to 50x faster than Python lists for processing large datasets used in data science. NumPy contains functions for linear algebra, Fourier transforms, and working with arrays which make it very useful for data science applications that require speed and resources.

Uploaded by

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

Introduction to NumPy Library

NumPy is a Python library introduced in 2005 for working with arrays and matrices. It provides fast ndarray arrays that are up to 50x faster than Python lists for processing large datasets used in data science. NumPy contains functions for linear algebra, Fourier transforms, and working with arrays which make it very useful for data science applications that require speed and resources.

Uploaded by

Wery Melisa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

NumPy Introduction

• 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 and you can use it freely.
• 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.
• The array object in NumPy is called ndarray, it provides a lot of
supporting function that make working with ndarray very easy
• Arrays are very frequently used in data science, where speed and
resources are very important.
Untuk dilakukan :
• Pelajari bagaimana cara instalasi NumPy di Pyhton masing – masing.
• Berlatih dasar – dasar menggunakan NumPy untuk membuat array.
(melalui ebook/website/youtube)

You might also like