NumPy is short for Numerical Python. It is the fundamental package for scientific computing. You will see it at play in just about everywhere Python needs to deal with data. This course gives a gentle introduction to the powerful library.
What you'll learn
- Use the N-dimensional array to organize and report on data
- Describe the fundamentals of Array Programming
- Explore fundamental concepts and terminology