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

Number of replies: 48
In reply to First post

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

by Abu Salkin -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Md. Rafeul Islam Rafe -
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
In reply to First post

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

by tamim rahman -
NumPy is an open-source numerical Python library. 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.
In reply to First post

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

by Md. Sabbir Alam 192-15-2847 -
Universal functions : Universal functions in Numpy are simple mathematical functions. It is just a term that we gave to mathematical functions in the Numpy library. Numpy provides various universal functions that cover a wide variety of operations.
Indexing and slicing : Indexing and Slicing can be be done in Python Sequences types like list, string, tuple, range objects.
Reshaping and transposing : We’ve used array method reshape to produce two-dimensional arrays from one-dimensional ranges. NumPy provides various other ways to reshape arrays.
In reply to First post

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

by Sumon Bala -
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
In reply to First post

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

by Md.Tawhidul Islam -
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.
In reply to First post

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

by Md. Touhedur Rahman Khan Zihad 192-15-2775 -
Numpy Library operations: NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Nazmus Salehin -
NumPy arrays allow advanced mathematical and other types of operations on large amounts of data, as we discovered.
In general, such operations are carried out more quickly and with less code than using Python's built-in sequences.
In reply to First post

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

by Sanjina Nowshin Moon -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Shafa Islam (192-15-13050) -
NumPy is an open-source numerical Python library. 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.
In reply to First post

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

by Afroja Rahman -
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. 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.
In reply to First post

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

by Easin Parvez(192-15-13197) -
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
In reply to First post

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

by Tonmoy Chandra Chando 192-15-2782 -
It also has functions for working in domain of linear algebra, fourier transform, and matrices. 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
In reply to First post

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

by Md.Sirajul Siddique 192-15-2845 -
NumPy is an open-source numerical Python library. 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.
In reply to First post

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

by Mahfuzur Rahman(191-15-2638) -
NumPy is an open-source numerical Python library. 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.
In reply to First post

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

by Ayatullah jubaer 192-15-2786 -

NumPy is an open-source numerical Python library. 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

In reply to First post

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

by Gazi Shahriar Samrat Hridoy -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

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

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

by Sujon Islam -
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
In reply to First post

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

by Sazzad Hossain -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Shariar Kabir Nayeem 192-15-2854 -
Universal functions : Universal functions in Numpy are simple mathematical functions. It is just a term that we gave to mathematical functions in the Numpy library. Numpy provides various universal functions that cover a wide variety of operations.
Indexing and slicing : Indexing and Slicing can be be done in Python Sequences types like list, string, tuple, range objects.
Reshaping and transposing : We’ve used array method reshape to produce two-dimensional arrays from one-dimensional ranges. NumPy provides various other ways to reshape arrays.
In reply to First post

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

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

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

by Alif Pranto -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Md Ashaduzzaman Maruf 192-15-2803 -
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.
In reply to First post

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

by kamruzzaman chowdhury -
NumPy arrays allow advanced mathematical and other types of operations on large amounts of data, as we discovered.
In general, such operations are carried out more quickly and with less code than using Python's built-in sequences.
In reply to First post

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

by Nakibul hoque Shohan 192-15-2808 -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays
In reply to First post

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

by Mafia Islam Sinthia 192-15-2815 -
Numpy Library operations: NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Hasiba Ferdous 192-15-2820 -
NumPy is an open-source numerical Python library. 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.
In reply to First post

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

by Md Muhiminul Islam Mahim 192-15-2850 -
Numpy Library operations: NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Shahariar Sarowar Mampy 192-15-2856 -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Md. Mehedi Hasan Sakib 192-15-2806 -
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Jannatul Anjum Shafa 192-15-2787 -
Numpy Library operations: NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Shamiul Karim Sompod -
Numpy Library operations: NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays
In reply to First post

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

by S. M Rifat Abdullah Tamim 192-15-2797 -
What is the use of Numpy library?
Numpy Library operations: NumPy is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Nazmus Sakib Tanim (192-15-2855) -
Universal functions : Universal functions in Numpy are simple mathematical functions. It is just a term that we gave to mathematical functions in the Numpy library. Numpy provides various universal functions that cover a wide variety of operations.
Indexing and slicing : Indexing and Slicing can be be done in Python Sequences types like list, string, tuple, range objects.
Reshaping and transposing : We’ve used array method reshape to produce two-dimensional arrays from one-dimensional ranges. NumPy provides various other ways to reshape arrays.
In reply to First post

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

by NAZMUL HASSAN sanim -
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.
In reply to First post

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

by Hasna Jahan Suborna 192-15-13066 -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Md Sazzat Hossain -
Numpy Library operations: NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays
In reply to First post

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

by Siam Ahamed -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Mizanur Rahman 192-15-2788 -
What is the use of Numpy library?
NumPy (pronounced /ˈnʌmpaɪ/ (NUM-py) or sometimes /ˈnʌmpi/ (NUM-pee)) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
In reply to First post

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

by Md. Ataur Rahman -
NumPy is an open-source numerical Python library. 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.
In reply to First post

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

by Akramul Ratul -
NumPy is one of the most powerful Python libraries. It is used in the industry for array computing.
In reply to First post

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

by Akramul Ratul -
#include
void main()
{
float celsius,fahrenheit;

// Reads temperature in fahrenheit
printf("\nEnter temperature in Fahrenheit:");
scanf("%f",&fahrenheit);

// Fahrenheit to celsius conversion formula
celsius=(fahrenheit - 32)*5/9;
// Print the result
printf("\nCelsius = %.3f",celsius); //.3f means correct to 3 decimal places
}
In reply to First post

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

by Arup pal -
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.