Go back
Learn about creating and using powerful arrays in python.
Overview
Learn about the python module numpy. Numpy is an extremely powerful module that provides high-speed multi-dimensional arrays. It is extremely useful for scientific computing and data science. It is highly recommenced that you learn the numpy module before moving into machine learning.
What You’ll Learn
You will learn and understand the following after this tutorial:
- All of the topics in the menu bar –>
- Creating & Using Numpy Arrays
- The Difference Between Arrays and Lists
Prerequisites
This is NOT a beginner tutorial. It is highly recommended that you understand the following:
- Basic Python Syntax (Up to Objects and Classes)
If you have yet to learn the basics of python click here for a beginner tutorial…