Skip to content

Introduction to Python for data science. 42 Madrid cursus project.

License

Notifications You must be signed in to change notification settings

karisti/42_python_for_datascience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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