boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
_Python版 - 关于初学python的版本
相关主题
Re: python .pyw问题请教
python程序运行速度的问题 (转载)
└ Re: python程序运行速度的问题
Is it possible to use c++ objects from python code?
└ Re: Is it possible to use c++ objects from python code?
├ Re: Is it possible to use c++ objects from python code?
└ Re: Re: Is it possible to use c++ objects from python co
Question about this python error.
An easter egg in Python :)
精华区里新加了很多东西
相关话题的讨论汇总
话题: python话题: so话题: some话题: backward话题: 版本
1 (共1页)
a****o
发帖数: 298
1
现在在学python
看一本书叫Oreilly.Learning.Python.4th.Edition
书上都是在用3.0版本的
可是刚才看到有人写 主流还是2.x
请问应该学2.x吗
m*****g
发帖数: 54
2
If you are new to python, I suggest you start with 3.x.
It is not that hard to pick up 2.x once you know 3.x. and the only reason
you need to learn 2.x is to work on
some legacy code that already written in 2.x.

【在 a****o 的大作中提到】
: 现在在学python
: 看一本书叫Oreilly.Learning.Python.4th.Edition
: 书上都是在用3.0版本的
: 可是刚才看到有人写 主流还是2.x
: 请问应该学2.x吗

i*****f
发帖数: 578
3
Some python packages/modules still don't support 3.x. So if you want
backward compatibility, then 2.x is the way to go. Specifically 2.7 has many
3.x features but is backward compatible.
3.x provides better syntax, better library organization, etc. So it's the
trend in the long run.

【在 a****o 的大作中提到】
: 现在在学python
: 看一本书叫Oreilly.Learning.Python.4th.Edition
: 书上都是在用3.0版本的
: 可是刚才看到有人写 主流还是2.x
: 请问应该学2.x吗

1 (共1页)
相关主题
精华区里新加了很多东西
python有好的免费Linux IDE么?
新人报道,请问各位大牛如何开始学习python?
决定现在开始好好学学python
Google I/O 2008 - Painless Python
面试题的Python实现
sec and python
One question about import exe result to python script
python和工作一问
求一本电子书exploring python
相关话题的讨论汇总
话题: python话题: so话题: some话题: backward话题: 版本