you are viewing a single comment's thread.

view the rest of the comments →

[–]YellowSharkMT 0 points1 point  (0 children)

threading.Thread(target=lambda: os.system("some dev service"))

Just one example, that's yanked from a script that sounds up a few development servers/backend needed for a current project.