Hello beautiful people..!
i need a way to run a python program from another one...
does anyone know what is the best way to call a process which runs another program in python, and when running that child process, causing the parent process to continue without waiting for the child process to return?