File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -107,15 +107,16 @@ features that make writing programs in Python both fun and easy.
107
107
108
108
=== Python 2 versus 3
109
109
110
- You can ignore this section if you're not interested in the difference between Python 2 and
111
- Python 3. But please do be aware of which version you are using.
110
+ You can ignore this section if you're not interested in the difference between "Python version 2"
111
+ and "Python version 3". But please do be aware of which version you are using. This book is written
112
+ for Python 2.
112
113
113
- Remember that once you have properly understood and learn to use either of them , you can easily
114
- learn the changes between the two versions and adapt easily . The hard part is learning programming
115
- and understanding the core Python language itself. That is our goal in this book, and once you have
116
- achieved that goal, you can easily use Python 2 or Python 3 depending on your situation.
114
+ Remember that once you have properly understood and learn to use one version , you can easily learn
115
+ the differences and use the other one . The hard part is learning programming and understanding the
116
+ basics of Python language itself. That is our goal in this book, and once you have achieved that
117
+ goal, you can easily use Python 2 or Python 3 depending on your situation.
117
118
118
- For details on differences between Python 2 to Python 3, see:
119
+ For details on differences between Python 2 and Python 3, see:
119
120
120
121
- http://lwn.net/Articles/547191/[The future of Python 2]
121
122
- https://wiki.ubuntu.com/Python/3[Python/3 page on the Ubuntu wiki]
You can’t perform that action at this time.
0 commit comments