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

前端 未结 8 1578
广开言路
广开言路 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:24

    Directly from python.org:

    If you don't know which version to use, start with Python 2.6.4; more existing third party software is compatible with Python 2 than Python 3 right now.

    If Guido is recommending it, I'd follow him :)

提交回复
热议问题