a****o 发帖数: 298 | 1 新人报道,请问各位大牛如何开始学习python?谢谢! | i*****f 发帖数: 578 | 2 你可以先从精华区里介绍的tutorial开始。
【在 a****o 的大作中提到】 : 新人报道,请问各位大牛如何开始学习python?谢谢!
| r*******n 发帖数: 3020 | 3 I like starting with Books, there is a great book I like to recommend.
<>,
this book gives you more answers to "why".
But you are gonna be careful, this book talks about python 3,
the syntax of python 3 is more consistent, I think it's good to learn it,
if you want to do real projects, you are gonna focus on python 2.x,
the difference between python 3.x and python 2.x is not that much.
【在 a****o 的大作中提到】 : 新人报道,请问各位大牛如何开始学习python?谢谢!
| i*****f 发帖数: 578 | 4 And in Python library doc, you'll got warnings if the function is changed
in python3.
And there's a helping tool called "2to3" which helps converting python 2.x
codes to python3 (i haven't tried it yet)
Language>>,
it,
【在 r*******n 的大作中提到】 : I like starting with Books, there is a great book I like to recommend. : <>, : this book gives you more answers to "why". : But you are gonna be careful, this book talks about python 3, : the syntax of python 3 is more consistent, I think it's good to learn it, : if you want to do real projects, you are gonna focus on python 2.x, : the difference between python 3.x and python 2.x is not that much.
|
|