A Python to NXC Converter for programming LEGO MINDSTORMS Robots
pynxc on GitHub is a continuation of a now stale project to convert Python programs to NXC so that you can use Python to program your NXT robots.
You can find the official site of the old project here: https://code.google.com/p/pynxc/
This version is trying to provide an API with which one (in these case especially kids) can program his or her NXT robot easily. The aim of this project is to make this API as Pythonic as possible, so that if programming robots with Python is someone's first encounter with Python they can then jump right into the Python world.