I\'m trying to learn python (using the Flask micro-framework) and I am confused because somewhere in my code i\'m keeping the server open I believe.
I spin up my ser
If you use linux you can use lsof to find out which process is using a given port, you might have to install it first though, usage is pretty simple:
lsof -i :5000