Paolo Alexis Falcone wrote:
> 
> [EMAIL PROTECTED] wrote:
> 
> >AS I have said, Python will be quite difficult to teach to students
> >primarily because of the demands of the other courses. I am not that
> >familiar with Python but can you use it to create a GUI application?
> >Tinker with hardware registers? Connect to the network and send raw packets? 
> 
> Haven't heard or seen if Python can be used for hardware manipulation. 

Sure. Just write a module in C and load it in. Easiest way would be to
write a simple C function that does the job, then convert it into a
Python (or Perl, or Tcl, or Guile, or...) loadable module with SWIG.

Language wars are boring. If you're a good enough programmer, you can do
anything. If you suck, no programming language, paradigm, or RAD tool
will save you.

Brian
--
"Rebooting does not make you smarter."
                -- Mark Misani
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to