Python NumPy 0 Contextual and Overview Info Flashcards

(8 cards)

1
Q

What is the number one thing people use NumPy for?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What about data munging, is numpy used for that? (also called data wrangling)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

OK, what about computing basic statistics on sets of data. Is it used for that?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When you hear “data arrays” you tend to think of vectors and matrices. Can it do matrix computations?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Let’s keep going, what about FFTs and the like?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

So would you use numpy for signal processing?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the main function of the numpy library

A

NumPy (short for Numerical Python) is a core Python library that provides:

Fast, efficient, and convenient tools for numerical computation using arrays and matrices.

It forms the foundation of most data science, AI, and scientific libraries in Python (such as Pandas, SciPy, scikit-learn, TensorFlow, and PyTorch)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are NumPy’s main Utilities and Capabilities

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly