An intro to Python & programming for wanna-be data scientists
Find a file
Alexander Hess 057a9229d5
Initial commit
- add the following files:
  + LICENSE.txt => use MIT license as the project should be
                   accessible to anybody who wants to learn Python
  + README.md => provide a rough description of the project
  + pyproject.toml => initialize poetry and the add project metadata
  + poetry.lock => initialize poetry
  + .gitignore => hide pyenv and poetry artifacts
  + static/link/ => folder holding images for links
- for the pre-2020 version of the files, check out the "v0.0.0" tag
2020-09-30 16:04:36 +02:00
static/link Initial commit 2020-09-30 16:04:36 +02:00
.gitignore Initial commit 2020-09-30 16:04:36 +02:00
LICENSE.txt Initial commit 2020-09-30 16:04:36 +02:00
poetry.lock Initial commit 2020-09-30 16:04:36 +02:00
pyproject.toml Initial commit 2020-09-30 16:04:36 +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.