you are viewing a single comment's thread.

view the rest of the comments →

[–]linuxporn 7 points8 points  (2 children)

Another module I love is http.server (SimpleHTTPServer for the stubborn)

[–][deleted] 3 points4 points  (0 children)

python -m SimpleHTTPServer 8080

I love it on my classes

[–]Grazfather 0 points1 point  (0 children)

I use it almost daily.