nodemon

How do i watch python source code files and restart when i save?

How do i watch python source code files and restart when i save? Question: When I save a python source code file, I want to re-run the script. Is there a command that works like this (sort of like nodemon for node)? Asked By: bkinsey808 || Source Answers: While there are probably ways to do …

Total answers: 6