What version of Python should I use if I'm a new to Python?

前端 未结 8 1541
广开言路
广开言路 2020-12-01 20:50

If I\'m absolutely new to Python and am literally reading about printing statements to console, variable types, collections, etc:

What version of Pyth

8条回答
  •  既然无缘
    2020-12-01 21:32

    #python IRC Channel says:

    It's too early to use Python 3.x

    If you are a beginner I would suggest start learning with Python 2.6

提交回复
热议问题