python2与python3的区别
python吧
全部回复
仅看楼主
level 7
蓝佃瑟狮
楼主
求大神指点
2014年07月27日 03点07分
1
level 9
DeadPig死猪
我一开始想学2,听大神们说资料多,上手快,模块好找.
但是后来我转3了,特爽,特牛逼, 你知道为什么吗?
因为再也不用烦那些中文转换的问题了.
我又不是工作用,只是有点这方面的爱好玩玩,资料少模块少也没关系. 反正又不是急著上项目,就是玩玩而已.
2014年07月27日 14点07分
3
level 6
remoteexp
语法不同,如print
2.x print *hello,python*
3.x print (*hello python*)
也有一些模块还不支持3
具体可以参考
http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/key_differences_between_python_2_and_3.ipynb?create=1
选2还是3?
https://wiki.python.org/moin/Python2orPython3
2014年07月27日 14点07分
4
1