Interview Query
Back to Data Science Interview
Data Science Interview

Data Science Interview

92 of 257 Completed

1m read
5m read
2m read
1m read
5m read
4m read
Question
Question
Question
Question
Question

Introduction

As we said in the first section of this course, a major benefit of using Python for data science in comparison to other programming languages is the availability of a large number of useful packages that are distributed under a free license. There are a few packages in particular that have become so synonymous with Python, they might as well be included alongside the default packages. In fact, Anaconda, a popular distribution of data science packages in one installation, includes all of the packages we will talk about in this section. These packages are:

  • numpy, for linear algebra and matrix operations.
  • scipy, for computational calculus and statistics.
  • matplotlib, for graphical displays
  • pandas, for storage and wrangling of data
  • scikit-learn (aliased as sklearn), for shallow machine learning models

All of these packages could cover a book on their own, but we will try to give a broad overview of each of them.

Good job, keep it up!

35%

Completed

You have 165 sections remaining on this learning path.

Loading pricing options