[Tutor] How to launch multiple processes from script?

2004-12-12 Thread Mike in Seattle
I'm working my way through the sockets module. To test my simple server and clients, I'd like a way to launch the server and multiple clients from one script or batch file,all running simultaneously. Each server/client should run as it's own process and have a console window. I've briefly played w

Re: [Tutor] Simple RPN calculator

2004-12-05 Thread Mike in Seattle
Check out "How to think like a computer scientist", chap 20. He uses trees to evaluate expressions. http://www.ibiblio.org/obp/thinkCSpy/index.htm ___ Tutor maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/tutor