Python is an interpreted, interactive, object-oriented programming language.
To add python to your PATH:
$ 0alias python http://repo.roscidus.com/python/python
To specify Python as the runner in a feed:
<command name="run" path="myapp.py">
<runner interface="http://repo.roscidus.com/python/python"/>
</command>