Reader small image

You're reading from  Building Data Science Solutions with Anaconda

Product typeBook
Published inMay 2022
PublisherPackt
ISBN-139781800568785
Edition1st Edition
Concepts
Right arrow
Author (1)
Dan Meador
Dan Meador
author image
Dan Meador

Dan Meador is an Engineering Manager at Anaconda and is the creator of Conda as well as a champion of open source at Anaconda. With a history of engineering and client facing roles, he has the ability to jump into any position. He has a track record of delivering as a leader and a follower in companies from the Fortune 10 to startups.
Read more about Dan Meador

Right arrow

Using NumPy to perform calculations quickly

As we talked about in the How OSS and Anaconda create the data science landscape section in Chapter 2, Analyzing Open Source Software, open source builds on itself. One library uses another to do some basic operations, and that library then itself can be used by something else in order to accomplish a different task or do the same thing in a more abstract way. NumPy is one of those base libraries that is used by a huge number of tools and frameworks to handle fast mathematical operations for arrays.

Created by Travis Oliphant (who later went on to help found Anaconda, Inc), NumPy is used by scikit-learn, SciPy, and pandas in order to focus on the respective problems they are trying to solve and lets NumPy do what it's good at. Getting a good grasp of NumPy allows you to better understand those other higher abstractions that use NumPy later on, as well as being able to use it directly when you are cleaning and creating datasets.

...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building Data Science Solutions with Anaconda
Published in: May 2022Publisher: PacktISBN-13: 9781800568785

Author (1)

author image
Dan Meador

Dan Meador is an Engineering Manager at Anaconda and is the creator of Conda as well as a champion of open source at Anaconda. With a history of engineering and client facing roles, he has the ability to jump into any position. He has a track record of delivering as a leader and a follower in companies from the Fortune 10 to startups.
Read more about Dan Meador