An open API service indexing awesome lists of open source software.

https://github.com/sibyx/pythondays2018

Workshop Uvod do DataScience v Pythone na PythonDays 2018
https://github.com/sibyx/pythondays2018

Last synced: about 2 months ago
JSON representation

Workshop Uvod do DataScience v Pythone na PythonDays 2018

Awesome Lists containing this project

README

          

# PythonDays 2018

Ahoj, ak pozeras tento link, je mozne ze si sa zucastnil/a mojho workshopu `Uvod do DataScience v Pythone`.
V tomto repozitari najdes vsetky ulohy ktore sme spolu riesili (prazdne aj vzorove priklady).

Ak by si mal/a nejake otazky nevahaj ma kontaktovat na [facebooku](https://www.facebook.com/dubecj).

Struktura repozitara

- `data/`: datasety
- `notebooks`: Jupyter Notebooky
- `presentations`: Prezentacie

## Instalacia

Potrebujes mat nainstalovany Python3 a v priecinku tohoto repozitara pustit: `pip install -r requirements.txt`.

## Spustenie

V priecinku repozitara spustis prikaz `jupyter notebook`.

V pripade ze by to neslo na tvojom pocitaci mozes to skusit priamo z tvojho prehliadaca na nasledujucih odkazoch:

- [1. NumPy](https://www.kaggle.com/jakubdubec/students-1-numpy)
- [2. Avengers BMI](https://www.kaggle.com/jakubdubec/students-2-avengers-bmi)
- [3. GoT](https://www.kaggle.com/jakubdubec/students-3-game-of-thrones)

## Datasety

### Game of Thrones

**Screen time**

- URL: [https://github.com/Preetish/GoT_screen_time](https://github.com/Preetish/GoT_screen_time)
- Cesta: `/data/GoT/screentime`
- Popis: Zoznam postav v GoT a ich cas na platne (minuty a sekundy) podla sezon.
- Clanok: [Data analysis of Game of Thrones determines who really is the main character](https://thenextweb.com/contributors/2017/10/06/data-analysis-reveals-main-character-along-game-thrones/)

**Character Interaction Networks**

- URL: [https://github.com/mathbeveridge/asoiaf](https://github.com/mathbeveridge/asoiaf)
- Cesta: `/data/GoT/interactions`
- Popis: Ohodnotene zoznamy interakcii medzi postavamy podla knih
- Clanok:
- [Gephi of Thrones: Relationships in GOT](http://studentwork.prattsi.org/infovis/2017/11/04/gephi-thrones-relationships-got/)
- [Network analysis of Game of Thrones](https://datascienceplus.com/network-analysis-of-game-of-thrones/)
- [Network of Thrones](https://networkofthrones.wordpress.com)

**Deaths**
- URL: [https://github.com/ShirinG/blog_posts_prep/tree/master/GoT](https://github.com/ShirinG/blog_posts_prep/tree/master/GoT)
- Cesta: `/data/GoT/deaths`

## Avengers

Data k Jupyter notebooku Avengers BMI.