/curso-funciones

Primary LanguageJupyter Notebook

Curso de Funciones Matemáticas para Data Science

This is a collection of notebooks from the Math Functions for Data Science from Platzi.

Installation

Install my-project with npm

git clone
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

Acknowledgements