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

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

    Python 2.6 (and 2.5, 2.4) are what you will find installed on most machines (Linux) and what you will find most code written in. Therefore I'd start with Python 2.6.

提交回复
热议问题