Notepad/enter/Coding Tips (Classical)/Terminal Tips/2. CLI Tools/Languages/Python/code/About codes.md

1.3 KiB

About code

I think the point of things here is to maintain a collection of code and knowledge bases so that you don't have to keep rewriting the freaking wheel.

starts a local web server through python3

python3 -m http.server

When people on your network go to your ipaddress & port 8000 they can see what you have, which is good for file transfer.