Different Ways to Run a Python Script in Background.
When you write any python code (Especially Web-Framework be it in Flask & Django) and run locally on Terminal/Command-line - We can't use particular terminal window.
if we want to run any other commands, we have to open other terminal; like below.
Le...
sumanshunankana.hashnode.dev4 min read