This repository contains some tutorials about "Python Data Science" area, that have been created by me for my students. There are four parts of science libraries stack:
- Numpy is a mathematical library (matrix algebra etc.);
- Pandas is a library for data manipulation (ETL algorithm: extract - transform - load);
- Matplotlib is a plotting library;
- Scikit-learn is a library for machine learning.