Calico Python
From IPRE Wiki
Calico Python is implemented using IronPython, with a custom built set of modules for cross-platform compatibility.
Most anything that you can do in any Python, you can do in the Calico environment.
To get started with Graphics:
python> from Graphics import *
python> win = Window("Hello, World!")
To get started with using robots with Python:
python> from Myro import *
python> init("COM5")
python> beep(1, 440)
