Posts

Showing posts from April, 2020

ONE line to start a simple HTTP server in Python

You need a quick http access for a folder, and you don't want to go through nginx/apache setup. Luckily, python has a very simple way to do it.