August 2018
Intermediate to advanced
528 pages
10h 58m
English
Most Unix/Linux/macOS systems already have Python installed. On those systems, you can very easily start a local web server:
> python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
Do this in the directory where you checked out / downloaded the source code.
Read now
Unlock full access