An intro to Python & programming for wanna-be data scientists
Find a file
2020-10-12 12:03:34 +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 Add prerequisites section 2020-10-12 12:03:34 +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.

Prerequisites

To be suitable for beginners, there are no formal prerequisites. It is only expected that the student has:

  • a solid understanding of the English language,
  • knowledge of basic mathematics from high school,
  • the ability to think conceptually and reason logically, and
  • the willingness to invest around 90-120 hours on this course.