Re: [Tutor] serial device emulator

2011-07-05 Thread Adam Bark
What Chris is getting at is that you'll use some module, eg pyserial, to interface with the serial port. So if you write a little module that has the same interface then you can pretend you have a serial port attached device and then switch over to an actual one without changing anything else i

Re: [Tutor] OT: Drag and Drop GUI IDE ideas

2011-07-28 Thread Adam Bark
Rance Hall gmail.com> writes: > We want the students to develop a small app in the process, It could > be a firefox extension, mobile phone app, or any other type simple > structure. > > The catch is that the class is for non-programmers to try to get them > introduced to the field. We would lik

<    1   2