flask 貌似部分支持,还不全..
1
pynix Dec 14, 2015
酱狗
|
2
pythonee Dec 14, 2015
django
|
3
recall704 Dec 14, 2015
django
|
4
zenliver Dec 14, 2015
asyncio
|
5
windfarer Dec 14, 2015
怎样算全啊
|
6
calon Dec 14, 2015
Django 的支持应该挺好的,至少官方文档说没问题,不过我没用 3 弄过。
下次有机会可以试试在 3 上面跑的。 倒是有些 Django 的插件还只支持到 2 ,如果没有替代品的话就得自己想办法了。 |
7
fy Dec 14, 2015
Tornado
另外 Flask 支持的还不全吗? LZ 看的那篇文档是老的吧? |
8
housne Dec 14, 2015
tornado 已经支持 async await 了
|
10
yoa1q7y OP @fy http://flask.pocoo.org/docs/0.10/advanced_foreword/#the-status-of-python-3
"Currently the Python community is in the process of improving libraries to support the new iteration of the Python programming language. While the situation is greatly improving there are still some issues that make it hard for users to switch over to Python 3 just now." |
12
est Dec 14, 2015
为了兴趣学习下 py3 还是可以的。为了情怀学习下也可以。
工程应用,找工作,还是算了吧 |
13
wph95 Dec 14, 2015
|
15
janxin Dec 14, 2015 via iPad
django , aiohttp , tornado ,考虑到 flask 的版本还不发,也算 ok
|
17
worldcao Dec 14, 2015
django/flask
|
18
raptor Dec 14, 2015
目前在用 flask ,还没碰到不支持的情况。
bottle 在 py3 下也还正常。 |