Killing Python!

Posted on Fri 05 January 2024 in Technology

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: Income simulation in Python

Additionally, Clever Programmer Page definitely, one of the best resources when it comes up with Python.

Cheers.