gpt4 book ai didi

Python - 是否应该直接在 Python 3.x 中开始一个新项目?

转载 作者:太空狗 更新时间:2023-10-29 22:02:06 26 4
gpt4 key购买 nike

对于长期(年)项目,您可以推荐什么 Python 版本?应该使用 2.6+ 还是 3.x 已经稳定? (只需要标准库)

更新:根据下面的回答,Python 3.x 仍然存在严重错误。另请参阅 Python's list of bugs .

最佳答案

这就是您应该使用 Python 3.x 的原因:

python 2.x:

>>>True = False
>>>True
False

Python 3.x:

>>> True = False
File "<stdin>", line 1
SyntaxError: assignment to keyword

来源:Strangest language feature

偏见:但是很多包还没有为 Python 3 做好准备

这 (a) 不正确 ( source ) 并且 (b) 对初学者不重要。

关于Python - 是否应该直接在 Python 3.x 中开始一个新项目?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1921742/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com