Python
- Full Stack Python : all the technologies that Full stack Python developer can use.
Cheatsheets
Events
Python Web
- lancer un serveur web local :
python -m http.server
Vous verrez une sortie indiquant que le serveur est lancé, par exemple : "Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/)..."
Ouvrez votre navigateur et accédez à l'URL du serveur local, par exemple : http://localhost:8000