Re: Threading - will threads run in parallel?



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 &

.