Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 827 Bytes

File metadata and controls

23 lines (18 loc) · 827 Bytes

42_python_for_datascience

Description

This project consists of 5 modules with exercises as an introduction to Python for data science.

Prerequisites

  • python 3.10

Usage

  • py <script.py> to execute each script. Some of them need a main.

Lessons

Module Lessons
Python - 0 - Starting Python basics: Object types, nulls, yield, package creation, ...
Python - 1 - Array Arrays, their manipulations, and work on images. Numpy, pillow.
Python - 2 - DataTable Load, manipulate and display datatable. Matplot.
Python - 3 - OOP Classes and the heritage.
Python - 4 - Dod Structure Design.

Resources