- Daniel Arbuckle's Mastering Python
- Daniel Arbuckle
- 207字
- 2021-07-02 21:09:34
Choosing a suitable version
There are currently two common varieties of Python in use. One of them is Python version 2.7, which is the final version of the Python 2 series. The Python community has promised to maintain version 2.7 independently, making it a very stable target for development. The other common version is Python 3, which at the time of writing this book is in version 3.6.
Python 3 is where the Python community is innovating. The releases are always backward compatible with earlier version 3 releases, but new exciting features are added regularly. During the change to version 3, the language in the libraries was changed in subtle ways, as you can see in the comparison of the following two code snippets:

In the preceding screenshot, on the left-hand side is Python 2 and on the right-hand side you see an equivalent code in Python 3. They are almost the same, but have differences, such as placement of parentheses, a few keywords, and a slightly different structure than the standard library. You're free to pick whichever version or versions you want for your own projects, but for this book, we'll be using Python version 3.
Now that we have picked the version, let's install it.
- C語言程序設(shè)計案例教程(第2版)
- Kubernetes實戰(zhàn)
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- 利用Python進行數(shù)據(jù)分析
- Node.js開發(fā)指南
- Unity 2018 Augmented Reality Projects
- SEO教程:搜索引擎優(yōu)化入門與進階(第3版)
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- Oracle Database XE 11gR2 Jump Start Guide
- Spring Boot從入門到實戰(zhàn)
- Clojure編程樂趣
- Java程序設(shè)計
- HTML并不簡單:Web前端開發(fā)精進秘籍
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣
- 計算機軟件項目實訓(xùn)指導(dǎo)