First catch is probably the LoC used to make that engine they’re talking about they wrote it in. You can set up an entire rudimentary webserver in Python in a dozen or so lines by starting off with import http.server. It won’t be a good production ready HTTP server but it will serve HTTP
First catch is probably the LoC used to make that engine they’re talking about they wrote it in. You can set up an entire rudimentary webserver in Python in a dozen or so lines by starting off with
import http.server
. It won’t be a good production ready HTTP server but it will serve HTTP