python3(1) -m http.server 9090
an interpreted, interactive, object-oriented programming language
-m module-name
       Searches sys.path for the named module and runs the corresponding .py file as a script.
source manpages: python3