Python Flashcards
One of the most popular programming languages in the world and is used for many applications including data analysis and data science.
Python
Used to distribute reusable code to extend Pythons capabilities. There are numerous packages that facilitate data analysis.
Python package
A python package used to perform a wide variety of mathematical operations on arrays.
Numpy
A python package used for working with data sets. It had functions for analyzing, cleaning, exploring, and manipulating data.
Pandas
A popular python library for creating charts
Matplotlib
A data visualization library based on maplotlib
Seaborn
An alternative to Maplotlib which uses a syntax similar to the R ggplot2 library.
ggplot
A python package for machine learning.
Scikit-learn
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.
Anaconda