TIL entr is a small, handy tool to automatically restart a process if one or more files have been changed.
Like inotifywatch but much simpler.
Example:ls *.py | entr -r python fake_soap_service.py
See https://github.com/eradman/entr for details.