Re: Experiences/guidance on teaching Python as a first programming language

2013-12-09 Thread Conor Hughes
Terry Reedy writes: > A few years ago, MIT switched from Scheme (which I believe originated > at MIT) to Python for its first course. There might faculty blogs > discussing the reasons. In any case, the course is one of MIT's free > online offerings. Berkeley recently made the same transition. T

Re: [newbie] trying socket as a replacement for nc

2013-12-11 Thread Conor Hughes
Jean Dubois writes: > I have an ethernet-rs232 adapter which allows me to connect to a > measurement instrument by means of netcat on a linux system. > e.g. entering nc 10.128.59.63 7000 > allows me to enter e.g. > *IDN? > after which I get an identification string of the measurement > instrument