V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  watsy0007  ›  全部回复第 4 页 / 共 17 页
回复总数  328
1  2  3  4  5  6  7  8  9  10 ... 17  
2019-12-08 19:33:43 +08:00
回复了 iwantmoree 创建的主题 iOS 可以用快捷指令结合 Python 用美团自动订餐吗?
设置定时提醒会好点.
2019-10-24 17:44:41 +08:00
回复了 tenstone 创建的主题 程序员 你们的博客都搭在哪里的?
notion
2019-10-15 12:26:26 +08:00
回复了 ClericPy 创建的主题 Python Python 3.8 released
@youthfire
@ClericPy 3.8 等待中...
pyenv 现在只有 rc4. 等出了 3.8, docker 也出了以后, 部分项目就可以先上了.
2019-10-12 00:08:38 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@ClericPy 改用 pydantic 搞定很多类型严重和转换问题.
2019-10-11 13:24:45 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
2019-10-11 12:41:09 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@wuwukai007 https://docs.python.org/3.8/whatsnew/3.8.html#optimizations 看了下优化部分, 还是挺明显的.

Improved performance of operator.itemgetter() by *33%*. Optimized argument handling and added a fast path for the common case of a single non-negative integer index into a tuple (which is the typical use case in the standard library).


Sped-up field lookups in `collections.namedtuple()`. They are now more than two times faster, making them the fastest form of instance variable lookup in Python.


The list constructor does not overallocate the internal item buffer if the input iterable has a known length (the input implements __len__). This makes the created list *12%* smaller on average.


Reduced an overhead of converting arguments passed to many builtin functions and methods. This sped up calling some simple builtin functions and methods up to *20–50%*.


LOAD_GLOBAL instruction now uses new “per opcode cache” mechanism. It is about *40%* faster now.
2019-10-09 15:09:42 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
ts 的重视因为是一门新语言, 然后翻译成 js 执行.

python 自带 typing, 但是并不是强制的.
没看出来你的问题.
2019-10-08 14:48:07 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@lrxiao
2019-10-08 12:12:14 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@love 场景不一样. 不能简单这样比较. 各有各的优劣.
2019-10-08 12:03:37 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@laike9m 是啊...考虑中.
2019-10-08 11:34:29 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@ipwx 嗯, 日常更新. 另外 assignment operation 我还在考虑用不用...
2019-10-08 11:23:04 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@mywaiting 不大可能. 可以用 mypy.
2019-10-08 11:22:16 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@qlhai 升吧.
2019-10-08 11:22:03 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@cmdOptionKana 标注时间了呀. 下周一可以试试了.
2019-10-08 11:20:34 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@deorth multiple interpreters ? 这里提案在 [pep 554]( https://www.python.org/dev/peps/pep-0554/) 我看了下 3.9 版本才会发
2019-10-08 11:15:16 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@youthfire 是的... 特性的话, [pep 572]( https://www.zhihu.com/question/274823057) 让 python 之父很恼火...
2019-10-08 09:53:33 +08:00
回复了 watsy0007 创建的主题 Python Python 3.8 即将发布了.
@alfredsun 准备升级...
1  2  3  4  5  6  7  8  9  10 ... 17  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1109 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 23:26 · PVG 07:26 · LAX 16:26 · JFK 19:26
Developed with CodeLauncher
♥ Do have faith in what you're doing.