intro-to-data-science/README.md

65 lines
3 KiB
Markdown
Raw Normal View History

2021-05-24 15:16:29 +02:00
# An Introduction to Data Science
2018-03-21 17:37:55 +01:00
2021-05-24 15:16:29 +02:00
This project is an introductory workshop
in **[Data Science <img height="12" style="display: inline-block" src="static/link/to_wiki.png">](https://en.wikipedia.org/wiki/Data_science)**
in the programming language **[Python <img height="12" style="display: inline-block" src="static/link/to_py.png">](https://www.python.org/)**.
To learn about Python and programming in detail,
this [introductory course <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/intro-to-python) is recommended.
2018-03-21 17:37:55 +01:00
2021-05-24 15:16:29 +02:00
### Table of Contents
2018-03-21 17:37:55 +01:00
2021-05-24 22:09:14 +02:00
- *Chapter 0*: [Python in a Nutshell](00_python_in_a_nutshell.ipynb)
- *Chapter 1*: [Python's Scientific Stack](01_scientific_stack.ipynb)
2021-05-25 01:33:04 +02:00
- *Chapter 2*: [A first Example: Classifying Flowers](02_a_first_example.ipynb)
2021-05-24 15:16:29 +02:00
- *Chapter 3*: [Case Study: House Prices in Ames, Iowa <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/ames-housing)
2018-03-21 17:37:55 +01:00
2021-05-24 15:16:29 +02:00
### Objective
2018-03-21 17:37:55 +01:00
2021-05-24 15:16:29 +02:00
The **main goal** is to **show** students
how **Python** can be used to solve typical **data science** tasks.
2018-03-21 17:37:55 +01:00
2018-03-21 17:56:43 +01:00
2021-05-24 15:16:29 +02:00
### Prerequisites
2021-05-24 15:16:29 +02:00
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 and
- knowledge of **basic mathematics** from high school.
2021-05-24 15:16:29 +02:00
### Getting started & Installation
To follow this workshop, an installation of **Python 3.8** or higher is expected.
A popular and beginner friendly way is
to install the [Anaconda Distribution](https://www.anaconda.com/products/individual)
that not only ships Python itself
but also comes pre-packaged with a lot of third-party libraries
including [Python's scientific stack](https://scipy.org/about.html).
Detailed instructions can be found [here <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/intro-to-python#installation).
2021-05-24 15:16:29 +02:00
## Contributing
Feedback **is highly encouraged** and will be incorporated.
Open an issue in the [issues tracker <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://github.com/webartifex/intro-to-data-science/issues)
or initiate a [pull request <img height="12" style="display: inline-block" src="static/link/to_gh.png">](https://help.github.com/en/articles/about-pull-requests)
if you are familiar with the concept.
Simple issues that *anyone* can **help fix** are, for example,
**spelling mistakes** or **broken links**.
If you feel that some topic is missing entirely, you may also mention that.
The materials here are considered a **permanent work-in-progress**.
## About the Author
2021-05-24 15:16:29 +02:00
Alexander Hess is a PhD student
at the Chair of Logistics Management at [WHU - Otto Beisheim School of Management](https://www.whu.edu)
where he conducts research on urban delivery platforms
and teaches coding courses based on Python in the BSc and MBA programs.
2018-03-21 17:56:43 +01:00
2021-05-24 15:16:29 +02:00
Connect with him on [LinkedIn](https://www.linkedin.com/in/webartifex).