|
1 | 1 | # About the Course {.unnumbered} |
2 | | -This is an open, free **short introduction** to the Python programming language, emphasizing practical over theoretical aspects and with a focus on data-related tasks. |
3 | | -The goal is to get you just enough tools under your belt to enable you on pursuing your own learning path according to your interests. |
| 2 | +This is a free, **short introduction** to the Python programming language, emphasizing practical over theoretical aspects and with a focus on data-related tasks. |
| 3 | +The goal is to get you just enough tools under your belt for you to pursue your own learning path according to your interests. |
4 | 4 | What's in for you: |
5 | 5 |
|
6 | 6 |
|
7 | | -✅ Core concepts of the language explained with _simple words_ |
8 | | -✅ Focused intro to data-tools ([numpy](https://numpy.org), [pandas](https://pandas.pydata.org/), [matplotlib](https://matplotlib.org/)) |
9 | | -✅ Software engineering best-practices (project and dependency management with [`uv`](https://docs.astral.sh/uv/), testing with [pytest](https://docs.pytest.org/en/stable/), error handling, etc.) |
10 | | -✅ Exercises accompanying the chapters |
| 7 | +✅ Core concepts of the language explained in _simple words_ |
| 8 | +✅ Focus on "data-stack" ([numpy](https://numpy.org), [pandas](https://pandas.pydata.org/), [matplotlib](https://matplotlib.org/), etc.) |
| 9 | +✅ Software engineering best-practices (project/dependency management, [`uv`](https://docs.astral.sh/uv/), testing with [pytest](https://docs.pytest.org/en/stable/), error handling, etc.) |
| 10 | +✅ Exercises on each chapter to get comfortable with the new concepts |
11 | 11 | ✅ Integrative "Labs" with real-world datasets to put all concepts together |
12 | | -✅ References to open and free material to deepen your knowledge (talks, book chapters, cheatsheets, etc.) |
| 12 | +✅ Useful references to deepen your knowledge (talks, books, cheatsheets, etc.) |
13 | 13 |
|
14 | 14 | Code notebooks and report any problems on [this GitHub repository](https://www.github.com/fabridamicelli/python-course). |
15 | 15 |
|
|
0 commit comments