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

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.

Leave a Comment