I have a simple program, part of which is to open other programs, for example a web browser.
It does this fine with os.system(sudo "program")
but once the program is open I can't do anything with the original python program until the new one closes. Is there any way I could stop this from happening?