Умею писать локальные сайты на python. Но возникло несколько проблем.
1) Можно ли каким-то образом с телефона(это важно) сделать сайт?
2) Как сделать локалхосту более человеческое имя, типо hello.everyone?
QPython’s main features¶есть еще KSWEB на андроиде с Apache, PHP и MySQL
You can do most jobs through QPython just like the way that Python does on PC/Laptop.
Libraries
QPython supports most stardard Python libraries.
QPython supports many 3rd Python libraries which implemented with pure Python code.
QPython supports some Python libraries mixed with C/C++ code which pre-compiled by QPython develop team.
QPython allows you put on the libraries by yourself.
…
WebApp mode
We recommend you implement WebApp with QPython for it offer the easy to accomplish UI and Take advantage of Python’s fast programming strong point.
WebApp will start a webview in front, and run a python web service background. You could use bottle*(QPython built-in library) to implement the web service, or you could install *django / flask framework also.