How to enjoy python

This is my first meme post on the internet, so it might not be funny at all, but then python bad

35 points · 7 comments · view on lemmy.world

7 Comments

colourlessidea@feddit.de · 3 pts · 3y (1 reply)

Love that Python makes it so easy to start a local http server.

siriusmart@lemmy.ml · 2 pts · 3y

i like it when it saved me from using the bloated nodejs live-server thing

Freesoftwareenjoyer@lemmy.world · 3 pts · 3y (3 replies)

But why sudo?

FUsername@feddit.de · 7 pts · 3y

AFAIK some distributions only allow root to bind ports below 1024 (that is, if you don't so some other witchcraft...)

aDogCalledSpot@lemmy.zip · 2 pts · 3y

You cant run something on port 80 as a normal user. All ports below 1024 are privileged and therefore require sudo.

original_ish_name@latte.isnot.coffee · 2 pts · 3y

Only root processes can bind to ports below 1000

pai_zosima@lemmy.world · 1 pts · 3y

aways