V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
nooper
V2EX  ›  Python

有哪些公司在用 python3 也就是整个的开发和架构都是基于 python3 进行开发的。

  •  1
     
  •   nooper · 2015-08-14 15:21:43 +08:00 · 2131 次点击
    这是一个创建于 3193 天前的主题,其中的信息可能已经有所发展或是发生改变。
    发现了pulsar 和 asyncio,这两个库不是基于GIL的限制,这样对于并发框架的运行在性能上有很大的提升。

    我目前自己写的程序都是基于python3.4 进行开发的。
    3 条回复    2015-09-10 16:33:34 +08:00
    nooper
        1
    nooper  
    OP
       2015-08-14 21:00:14 +08:00 via iPad
    没人回复。。。。。
    yeyuexia
        2
    yeyuexia  
       2015-08-18 17:20:03 +08:00
    asyncio 在 python2 上有个更基础的 asyncore asynchat 来用。话说我理解你说的不依赖 GIL 是指 IO 异步的方式,是么?如果是这样的话基本上大多数的 web 框架都是这么做的吧?不一定非要用 3.
    而且如果说因为性能的考虑而选择 python3 的话…………请问你从哪里看到的 python3 性能比 python2 高?
    qq12365411
        3
    qq12365411  
       2015-09-10 16:33:34 +08:00
    我自己算不算啊, 全是 python34 以上的, 个别不兼容 3 的 都可以找到替代品,用起来很舒服, windows linux 用起来都舒服
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1718 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 16:53 · PVG 00:53 · LAX 09:53 · JFK 12:53
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.