`Python -m http.server` as ephemeral file server

Ever need to download a file from a server – or get someone else to download a file from a server, who may not be comfortable with or should have access to scp or sftp?
Turns out, if you have Python installed – and you probably do – it comes with a handy … Read more

Similar

Write Python like it’s Rust (correct link)

I started programming in Rust several years ago, and it has gradually changed the way I design programs in other programming languages, most notably in Python. Before I started using Rust, I was usually writing Python code in a very dynamic and type-loose... (more…)

Read more »