I'm teaching my son python programming.
Anyone with experience on programming Minecraft with python? Tips?
The (official, though by now long dead) raspberry pi version has python scripting. TBH that's almost all it has going for it, besides being open source
Mineflayer, a bot framework built in JavaScript, is also available in Python. [0]
Also a more easy language to look into for Minecraft would be SkriptLang [1]. It has a big community and is mostly easy to understand.
[0]: https://github.com/PrismarineJS/mineflayer/blob/master/examp... [1]: https://github.com/SkriptLang/Skript/