Killing Python!

Posted on Fri 05 January 2024 in Technology • Tagged with Python, Code

Python

Python Simple HTTP Server

python -m SimpleHTTPServer 8080 (python 2x)
python -m http.server (python 3x)

Installing pip

python3 -m pip install package

The example above is very useful if you want to open temporarily logs or HTTP connection to your clients".

REPL IT

Check this out …


Continue reading