由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - python questions
相关主题
python作为后台,比较简单的web ui,哪个framework最快速???我想用Python做个群发短信功能,不知道有没有现成的模板
[合集] 请问用Python做GUI如何有费劲儿学Python的功夫,为什么不学Java?
part-time Python编程机会 (转载)练习javascript和python, 有什么side project推荐吗?
求建议:用什么软件开发好? (转载)关于ruby和rails一点疑惑
pyQT的性能Django怎么学
关于python GUI开发这次node把python也给干了
python用什么做gui?python用来干嘛的啊?
求python大牛指路full stack python to clone google plus like website
相关话题的讨论汇总
话题: web话题: python话题: server话题: result话题: shown
进入Programming版参与讨论
1 (共1页)
z****u
发帖数: 185
1
I want to write a web server in python.
1) it reads, through network connection, some data from other hosts.
2) then it does some (light) computation,
3) then the result is shown on the web page
4) the result can be also shown upon request.
which python package is best for this?
I can implement 1), 2) and show the result in a GUI by PyQt, but I have not
found a good way to do it through a web server.
I have ave tried "cherrypy", but the web server processes blocks the network
processing step. I read their document, but cannot find a way to fix it.
C********g
发帖数: 1548
2
flask or tornado for web server
1 (共1页)
进入Programming版参与讨论
相关主题
full stack python to clone google plus like websitepyQT的性能
后台python wsgi, 前端html, css, javascript关于python GUI开发
Python日报 2015年2月楼python用什么做gui?
Django这个framework怎样?求python大牛指路
python作为后台,比较简单的web ui,哪个framework最快速???我想用Python做个群发短信功能,不知道有没有现成的模板
[合集] 请问用Python做GUI如何有费劲儿学Python的功夫,为什么不学Java?
part-time Python编程机会 (转载)练习javascript和python, 有什么side project推荐吗?
求建议:用什么软件开发好? (转载)关于ruby和rails一点疑惑
相关话题的讨论汇总
话题: web话题: python话题: server话题: result话题: shown