Skip to content

This repository contains multiple independent lectures, all having data science as common denominator.

Notifications You must be signed in to change notification settings

lopozz/data-science-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains multiple independent lectures, all having data science as common denominator.

Each lecture includes a presentation stored as a whiteboard.excalidraw file. To view it, open the file in the free online editor at https://excalidraw.com/ and drag-and-drop the .excalidraw file into the canvas.

Some lecture folders also include code; each of these is a standalone project with its own pyproject.toml and uv.lock and must be installed separately.

Setup

For a fast installation it is recommended to use uv:

cd path/to/lecture
uv sync

if you really don't want to install extra packages just use pip:

cd path/to/lecture
python -m venv .venv
source .venv/bin/activate
pip install .

About

This repository contains multiple independent lectures, all having data science as common denominator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published