What does Python do

Sam Schulenburg samschul at pacbell.net
Mon Jan 22 15:46:12 EST 2001


In article <94gmeu$4fc$1 at sooner.brightok.net>,
  "Dead Dan" <danielhill at brightok.net> wrote:
> What kinds of programs can you make with Python. Does anyone have some
> examples.
>
> Dan
>
>

I use Python to develop manufacturing test process. One example is a
Tkinter based GUI that displays up to 21 network attached storage
devices. The user is then allowed to start and stop tests to these
devices. the main features of this program are:
1) Each test is a sepreate thread
2) All test results are logged to seperate log files
3) Status is provided to the user for each test
4) Network IP address are scanned for active devices

The python code takes up twelve pages of well commented source code.
The same process written in 'C' would take up from three to five times
the space.

Sam Schulenburg



Sent via Deja.com
http://www.deja.com/



More information about the Python-list mailing list