Python on the Pi — How to run a Flask + GPIO web service
TL,DR; Forget WSGI on the Pi ... use Supervisor. If you know Python and use the Rapsberry Pi platform, chances are that you somehow ended up coding a web app in Python that you needed to run on the Pi. Chances are, too, that you used the GPIO since this…