- 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
7 lines
333 B
Markdown
7 lines
333 B
Markdown
# An Introduction to Python and Programming
|
|
|
|
This project is a thorough introductory course
|
|
in programming with **[Python <img height="12" style="display: inline-block" src="static/link/to_py.png">](https://www.python.org/)**.
|
|
|
|
The **main goal** is to **prepare** students
|
|
for **further studies** in the "field" of **data science**.
|