What is that?

less than 1 minute read

Some terms and jargons.

Numpy:

library with fast multi-dimensional array processing capabilities, a container for data

Pandas:

library that provides data structures and functions to interact with structured and tabular data in an easy and fast way

Matplotlib:

library for plotting and visualising two-dimensional data

Ipython and Jupyter:

for data exploration and visualisation

Munge/Munging/Wrangling:

the process of manipulating unstructured or messy data into a structured or clean form

Pseudocode:

describes an algorithm or process that takes a code like form, usually to describe a logic or flow

Syntactic sugar:

syntax added to make something easier or convenient to type (does not add feature)

Updated: