Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 318 Bytes

python-modules.md

File metadata and controls

executable file
·
25 lines (18 loc) · 318 Bytes
title layout prism_languages category updated
Python modules
2017/sheet
bash
Python
2017-11-19

Python modules

HTTP server

Server a simple HTTP server.

python -m SimpleHTTPServer <port_number>

Format json

Format json output.

cat output.json|python -m json.tool