Starting a python web serverMohamed Irfan / Jul 7, 2024PythondateJul 7, 2024outer_linkslugpython-web-serverstatusPublishedtagsPythonsummarytypeSnippet❓How toGo to the directory that you want the server to startRun the command belowOpen http://localhost:8000/Python 3python -m http.server 8000Python 2python -m SimpleHTTPServer 8000