Curriculum
Course: Data Science
Login

Curriculum

Data Science

Text lesson

DS Python

Python

Python is a programming language commonly used by Data Scientists.

With its built-in mathematical libraries and functions, Python simplifies the process of solving mathematical problems and performing data analysis.

We will demonstrate practical examples using Python.

Python Libraries

Python offers libraries with extensive collections of mathematical functions and analytical tools.

In this tutorial, we will use the following libraries:

  • Pandas: Used for handling structured data operations, such as importing CSV files, creating dataframes, and preparing data.
  • Numpy: A mathematical library with a powerful N-dimensional array object, linear algebra, Fourier transforms, and more.
  • Matplotlib: Used for data visualization.
  • SciPy: Contains modules for linear algebra.

We will utilize these libraries throughout the tutorial to create examples.