An intro to Python & programming for wanna-be data scientists
Find a file
Alexander Hess b0a5b49664
Add init-project task
- add a nox session "init-project"
  + it installs the pre-commit hooks
  + being a task, the session is run in the develop environment
2020-10-02 16:31:36 +02:00
static/link Initial commit 2020-09-30 16:04:36 +02:00
.gitignore Ignore Jupyter's checkpoint files 2020-09-30 16:33:33 +02:00
.pre-commit-config.yaml Configure pre-commit hooks 2020-10-02 16:27:48 +02:00
LICENSE.txt Initial commit 2020-09-30 16:04:36 +02:00
noxfile.py Add init-project task 2020-10-02 16:31:36 +02:00
poetry.lock Add pre-commit to the develop dependencies 2020-10-02 16:19:54 +02:00
pyproject.toml Add pre-commit to the develop dependencies 2020-10-02 16:19:54 +02:00
README.md Initial commit 2020-09-30 16:04:36 +02:00

An Introduction to Python and Programming

This project is a thorough introductory course in programming with Python .

The main goal is to prepare students for further studies in the "field" of data science.