Skip to content

gary-loayza/Python-Data-Science-Tutorial

Repository files navigation

Python Data Science Tutorial

These notebooks are my personal notes taken from the video lectures of the online course Python for Data Science and Machine Learning Bootcamp.

Installing the Notebooks

First install poetry, a Python dependency manager.

Please note that this project requires Python 3.5–3.8 for TensorFlow dependencies.
To ensure the proper version of Python is being used, pyenv is recommended.

For example, from the directory of wherever this repository was cloned to your file system,
run this before installing:

> pyenv install 3.8.6
> pyenv local 3.8.6

Then:

> poetry install

Running the Notebooks

Running the notebooks is a simple as running the command:

> poetry run jupyter-notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published