Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 python 中实现了一个用于 802.1x 身份验证的命令行工具。但我想要一个 gui 前端。这次我想尝试一个web UI,但我不知道如何让我的webui 与我的python 应用程序通信。我只知道需要在CLI程序中打开一个socket,接收web ui发送的消息。但我是网络开发的新手。我不知道如何处理我的网络应用程序。你有什么好的建议吗?提前致谢。
关于 Web 编程的Python 官方 wiki页面和用 Python 编写的 Web 框架的维基百科列表是很好的起点。