Python Flashcards

1
Q

One of the most popular programming languages in the world and is used for many applications including data analysis and data science.

A

Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Used to distribute reusable code to extend Pythons capabilities. There are numerous packages that facilitate data analysis.

A

Python package

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A python package used to perform a wide variety of mathematical operations on arrays.

A

Numpy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A python package used for working with data sets. It had functions for analyzing, cleaning, exploring, and manipulating data.

A

Pandas

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A popular python library for creating charts

A

Matplotlib

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A data visualization library based on maplotlib

A

Seaborn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

An alternative to Maplotlib which uses a syntax similar to the R ggplot2 library.

A

ggplot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A python package for machine learning.

A

Scikit-learn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A distribution of the python programming language along with a curated collection of commonly used libraries and tools for scientific computing, data science, and machine learning. It is designed to provide a comprehensive and convenient way to set up a python environment for data analysis and scientific computing.

A

Anaconda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly