Better Code in Minecraft:Education

I was recently in a discussion on the Minecraft Education Community Hub. It turned out that it was impossible to place a chest or a dispenser using MakeCode. I suggested that the best way to handle things was to change to another coding method, and use Python Azure Notebooks. You can find the discussion here: https://educommunity.minecraft.net/hc/en-us/community/posts/360074670091

Coding in Python in Minecraft with GrandmaDeb

I enjoy using Python Azure Notebooks, or Python AZNB. The advantages of extra control in many situations allows me to be creative in my own coding, and my students create great classroom coding projects as well. I have been digging around for fun and favorite commands. Sometimes they fill in some coding areas not covered by MakeCode. world.set and world.put_in add some nice features.

Try it out!

You may also like...