From Python to Numpy
Transition from basic Python to advanced numerical computations using Numpy.
If you’re looking to grow your career in machine learning or data science in this day and age, adding a powerful library to your skill set is an important place to start. In that vein, Python has become one of the most widely used tools in the industry for serious data analytics, and NumPy is probably the most widely used data analytics library. With NumPy, you can manipulate data involving multi-dimensional arrays and matrices (think linear algebra).
Join us as we venture into the vast world of NumPy in this comprehensive course. Each lesson dive into the actual implementation of concepts in both pure Python and then NumPy, exploring how NumPy vectorization compares to traditional Python that uses a procedural and object-oriented approach.
Practice and test yourself along the way with in-browser coding challenges, quizzes, and more.
This course is intended for users who are already familiar with intermediate level Python.
There are no reviews yet.