[Edu-sig] Post request and Dead-link note
Stephen R. Figgins
fig@monitor.net
Mon, 02 Jul 2001 06:06:38 -0700
Dean Goodmanson writes:
> I thought I read something at oreillynet.com about Python Lego Mindstorms
> project. Has it gone anywhere?
That was my article. The closest you can get is python remote control
of Lego mindstorms. Python can't squeeze into the Mindstorms brick.
I had thought you might be able to use Jython to program for LeJos,
the Java Lego OS, but code compiled with Jython requires a hefty
helper class that won't fit on the brick either.
Jonathan Pennington proposed to create an inexpensive robot that ran
Linux and used Python as a programming language. You can find his
project on Sourceforge:
http://eggo.sourceforge.net/
-Stephen