technobush.com
How to set up local web server in python? - Technobush
At the beginning of learning web development, we make a simple website and to test we just open HTML files in the browser via drag and drop or double click. When you directly open local HTML file in Browser it starts with file:// and followed by the path of the local directory like (file:///F:/user/project/index.html) but in the server, Web address path starts with http:// or https:// like (https://www.google.com).
Nitin Kumar