Discussion Thread (W-11): What you learn Today

Discussion Thread (W-11): What you learn Today

Number of replies: 46
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Abu Salkin -
What is NumPy?
answer:
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.

Why Use NumPy?
answer:
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 functions that make working with ndarray very easy.Arrays are very frequently used in data science, where speed and resources are very important.NumPy stands for Numerical Python.

Why is NumPy Faster Than Lists?
answer:
NumPy arrays are stored at one continuous place in memory unlike lists, so processes can access and manipulate them very efficiently.
This behavior is called locality of reference in computer science.
This is the main reason why NumPy is faster than lists. Also it is optimized to work with latest CPU architectures.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md Sazzat Hossain -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by tamim rahman -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by kamruzzaman chowdhury -
What is Numpy ?
Ans : Numpy is the fundamental package for scientific computing in Python. Numpy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use Numpy?
Ans : 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
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md.Tawhidul Islam -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md. Touhedur Rahman Khan Zihad 192-15-2775 -
Numpy Library:
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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Nazmus Salehin -
I have learned about Numpy library which is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python's data science toolkit is built, and learning NumPy is the first step on any Python data scientist's journey.., We also learned some application of numpy sych as Array from existing data, array attributes, attay Operators, NumPy methods
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Shafa Islam (192-15-13050) -
What is NumPy ?
Ans: 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.

Why Use NumPy?
Ans: NumPy contains a multi-dimensional array and matrix data structures. It can be utilised to perform a number of mathematical operations on arrays such as trigonometric, statistical, and algebraic routines. Therefore, the library contains a large number of mathematical, algebraic, and transformation functions.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Sanjina Nowshin Moon -
I have learned about Numpy library which is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python's data science toolkit is built, and learning NumPy is the first step on any Python data scientist's journey.., We also learned some application of numpy sych as Array from existing data, array attributes, attay Operators, NumPy methods
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Afroja Rahman -
I have learned about Numpy library which is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python's data science toolkit is built, and learning NumPy is the first step on any Python data scientist's journey.., We also learned some application of numpy sych as Array from existing data, array attributes, attay Operators, NumPy methods
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Tonmoy Chandra Chando 192-15-2782 -
What is NumPy ?
Ans: 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.

Why Use NumPy?
Ans: NumPy contains a multi-dimensional array and matrix data structures. It can be utilised to perform a number of mathematical operations on arrays such as trigonometric, statistical, and algebraic routines. Therefore, the library contains a large number of mathematical, algebraic, and transformation functions.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md.Sirajul Siddique 192-15-2845 -
NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Ayatullah jubaer 192-15-2786 -

What is NumPy ?

Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.


Why Use NumPy?

Ans : 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.

In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Mahfuzur Rahman(191-15-2638) -
I have learned about the Numpy library which is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python's data science toolkit is built, and learning NumPy is the first step on any Python data scientist's journey.., We also learned some application of NumPy such as Array from existing data, array attributes, array Operators, NumPy methods
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Gazi Shahriar Samrat Hridoy -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Jannatul Fardus Armin 192-15-2802 -
Numpy Library:
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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Sujon Islam -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Sazzad Hossain -
I have learned about Numpy library which is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python's data science toolkit is built, and learning NumPy is the first step on any Python data scientist's journey.., We also learned some application of numpy sych as Array from existing data, array attributes, attay Operators, NumPy methods
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Liza Meem 192-15-2903 -
Numpy Library: 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Shariar Kabir Nayeem 192-15-2854 -
Numpy Library:
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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Alif Pranto -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md Ashaduzzaman Maruf 192-15-2803 -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Sajia Afrin 192-15-2907 -
Using NumPy: Array from existing data, array attributes, array Operators, NumPy methods, Shallow copies, Deep copies.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Nakibul hoque Shohan 192-15-2808 -
Numpy Library:
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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Mafia Islam Sinthia 192-15-2815 -
Numpy Library:
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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Hasiba Ferdous 192-15-2820 -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md Muhiminul Islam Mahim 192-15-2850 -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Shahariar Sarowar Mampy 192-15-2856 -
What is NumPy?
answer:
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.

Why Use NumPy?
answer:
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 functions that make working with ndarray very easy.Arrays are very frequently used in data science, where speed and resources are very important.NumPy stands for Numerical Python.

Why is NumPy Faster Than Lists?
answer:
NumPy arrays are stored at one continuous place in memory unlike lists, so processes can access and manipulate them very efficiently.
This behavior is called locality of reference in computer science.
This is the main reason why NumPy is faster than lists. Also it is optimized to work with latest CPU architectures.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md. Mehedi Hasan Sakib 192-15-2806 -
Numpy Library:
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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Shamiul Karim Sompod -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Al- Maruf 192-15-2821 -
Using NumPy: Array from existing data, array attributes, attay Operators, NumPy methods, Shallow copies, Deep copies, Examples
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Nazmus Sakib Tanim (192-15-2855) -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by NAZMUL HASSAN sanim -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Hasna Jahan Suborna 192-15-13066 -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Sumon Bala -
What is NumPy?
answer:
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.

Why Use NumPy?
answer:
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 array, it provides a lot of supporting functions that make working with ndarray very easy. Arrays are very frequently used in data science, where speed and resources are very important.NumPy stands for Numerical Python.

Why are NumPy Faster Than Lists?
answer:
NumPy arrays are stored at one continuous place in memory unlike lists, so processes can access and manipulate them very efficiently.
This behavior is called locality of reference in computer science.
This is the main reason why NumPy is faster than lists. Also, it is optimized to work with the latest CPU architectures.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Siam Ahamed -
I have learned about Numpy library which is a Python library that provides a simple yet powerful data structure: the n-dimensional array. This is the foundation on which almost all the power of Python's data science toolkit is built, and learning NumPy is the first step on any Python data scientist's journey.., We also learned some application of numpy sych as Array from existing data, array attributes, attay Operators, NumPy methods
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Mizanur Rahman 192-15-2788 -
What is NumPy?
answer:
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.

Why Use NumPy?
answer:
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 functions that make working with ndarray very easy.Arrays are very frequently used in data science, where speed and resources are very important.NumPy stands for Numerical Python.

Why is NumPy Faster Than Lists?
answer:
NumPy arrays are stored at one continuous place in memory unlike lists, so processes can access and manipulate them very efficiently.
This behavior is called locality of reference in computer science.
This is the main reason why NumPy is faster than lists. Also it is optimized to work with latest CPU architectures.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Md. Rafeul Islam Rafe -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.
In reply to First post

Re: Discussion Thread (W-11): What you learn Today

by Arup pal -
What is NumPy ?
Ans : NumPy is the fundamental package for scientific computing in Python. ... NumPy arrays facilitate advanced mathematical and other types of operations on large numbers of data. Typically, such operations are executed more efficiently and with less code than is possible using Python's built-in sequences.

Why Use NumPy?
Ans : 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.