Threading - will threads run in parallel?

Ido Yehieli Ido.Yehieli at gmail.com
Tue Feb 28 14:32:05 EST 2006


>> Also, is it possible to split off a program for the terminal that
>> started it? As in I type in python test.py and test.py runs in the
>> background and lets me do other things in that terminal?

try:
python test.py &




More information about the Python-list mailing list