An intro to Python & programming for wanna-be data scientists
Find a file
Alexander Hess c67d26b787
Pin the dependencies
- use Poetry 1.1
- re-oder the keys in poetry.lock
- upgrade transient dependencies:
  + colorlog
  + identify
  + nbconvert
  + virtualenv
2020-10-12 11:28:27 +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 Pin the dependencies 2020-10-12 11:28:27 +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.