Re: micro-python - is it possible?

2005-08-30 Thread Alejandro Weinstein
Evil Bastard wrote: > Hi, > > Has anyone done any serious work on producing a subset of python's > language definition that would suit it to a tiny microcontroller > environment? Take a look at PyMite : http://www.python.org/pycon/papers/pymite/ From the abstract : "PyMite is a flyweight Pyth

Re: Reaching the real world

2005-01-04 Thread Alejandro Weinstein
On 4 Jan 2005 at 6:55, Fuzzyman wrote: > What I'd like is an electronic interface that connects to several > relays and a python extension module to switch on and off the relays. > I've had a quick google and can't see anything too similar to what I > want. pyro (python robotics) seems to require

Re: Tkinter vs wxPython

2004-12-29 Thread Alejandro Weinstein
> Sure wxGlade/Boa/etc can help speed design and layout up, but what > happens when you want to do non standard things or just get stuck > because some thing just isn't working. Then you add the necesary hand crafted code to the automatic generated code. At least is what I did when I needed. --

Re: Tkinter vs wxPython

2004-12-28 Thread Alejandro Weinstein
> I am especially interested in terms of learning curve, documentation, > portability across platforms Linux/Windows and anything else you care > to add. As I know only what I have read on this forum & surfing the > web I would really appreciate the input of those who have used both, > or decided t