Re: [Tutor] Running two applications at once

2009-08-28 Thread Alan Gauld
"Dirk Wangsadirdja" wrote Is it possible if I run two applications at once? Yes, you just run two instances of the python interpreter. They will happuily run independantly of one another or communicate with each other as you wish. Its exactly the same as with Java or Visual Basic or any ot

[Tutor] Running two applications at once

2009-08-28 Thread Dirk Wangsadirdja
hi, I'm new to python, and I'm starting with Python 3.1 directly. I have been learning python for about 2 weeks now. And I have few questions. Is it possible if I run two applications at once? For example, if I make a clock/timer application with alarm etc, then I want exercise with my pytho

[Tutor] Running two applications at once

2009-08-28 Thread Dirk Wangsadirdja
hi, I'm new to python, and I'm starting with Python 3.1 directly. I have been learning python for about 2 weeks now. And I have few questions. Is it possible if I run two applications at once? For example, if I make a clock/timer application with alarm etc, then I want exercise with my python,