top of page
The essential installs
In order to write Python code for Minecraft, the following software needs to be installed on your computer:
-
Adventures in Minecraft Starter kit (server and libraries)
​
The process of installation is shown in the video below.
​
The basic setup and many of the projects we code are based on the fantastic book from David Whale and Martin O'Hanlon "Adventures in Minecraft". The book provides a lot of useful information about coding in Minecraft and is well worth buying.
PyCharm Edu
It is perfectly ok to use the default Python editor Idle but PyCharm Edu is the preferred IDE (Integrated Development Environment) tool as it provides a lot of useful features and is free for educational purposes.
bottom of page