I new to python, as well as web developing. I made a python web application with the help of http.server module and ran it on localhost port. It is working fine at localhost:abcd .
Now I want to run it on some public server like pythonanywhere or heroku! But the don't get the part what the server address and port would be.
I need help. Thanks in advance.