## Dobrodružstvá v Minecrafte s jazykom Python
miroslav.binas@tuke.sk / [**Pycon 2019**](https://www.pycon.sk)
![Getting Started with Raspberry Pi](https://projects-static.raspberrypi.org/projects/raspberry-pi-getting-started/6adfaf6cdb631126c7992ae2737d06d45f58002f/en/images/getting-started-with-raspberry-pi.png)
### [Začíname s Raspberry Pi](https://projects.raspberrypi.org/en/projects/raspberry-pi-getting-started)
![Zapojte svoje RPi](https://projects-static.raspberrypi.org/projects/raspberry-pi-getting-started/6adfaf6cdb631126c7992ae2737d06d45f58002f/en/images/pi-plug-in.gif)
### Zapojte svoje Raspberry Pi
![Getting Started with Minecraft Pi](https://projects-static.raspberrypi.org/projects/getting-started-with-minecraft-pi/514dbc59d4a34923c07b34e798e3a2972c1d26ff/en/images/banner.png)
### [Začíname s Minecraft Pi](https://projects.raspberrypi.org/en/projects/getting-started-with-minecraft-pi)
### Hello world!
```python
from mcpi.minecraft import Minecraft
mc = Minecraft.create()
mc.postToChat("Hello world")
```
![Coordintes](images/minecraft-coordinates.png)