How to use python http server module
06:20 10 May 2026

I have tried to use

import http

And i have tried

import https

but both methods say module not found. I am using online ide pro so it auto imports all modules via Pyodide and WebAssembly.

If i do succesfuly import it i also don’t understand how to use it i am trying to use local storage and http to make a login service that remembers your username and password if you have logged on before

python github local-storage