Code: MIT License
Sample scripts: Varies (see script)
Mod dependancies: Default
Download: zip file from github for Windows MSVC build of Minetest
If you replace the socket/core.dll file with a a Linux or OS X luasockets library, it should work, but this hasn't been tested.
Once it's installed, you'll want to install a python interpreter. Once python is installed and on the system path, you can drop scripts into mods/raspberryjammod/mcpipy/ and run them with /py scriptname [arguments] from the Minetest chat. (You will need to edit settings.conf in the mod directory if it can't find your Python interpreter. I recommend PyPy for best performance.) Some fun demo scripts to try:
/py borromean
/py render dragon (this will be slow)
/py chess (wield a sword and LEFT-click on pieces and places to move; only works with a sword, and you need to LEFT click, contrary to instructions)
/py fancytree
Finally, if you want to play with (or teach) some simple turtle graphics using Blockly (a graphical programming system), you don't need to install python. Just start a world with raspberryjammod enabled, and go to http://robotblocks.appspot.com.



