import urllib.request
contents = urllib.request.urlopen(f"http://127.0.0.1:8000/").read()
Python http-запросы
Добавить комментарий
import urllib.request
contents = urllib.request.urlopen(f"http://127.0.0.1:8000/").read()
https://habr.com/ru/post/472126/
python3 -m http.server 5000
Все, на Raspberry Pi работает файловый сервер! Достаточно зайти на страницу http://192.168.1.102:5000 и мы увидим наши файлы в браузере