@@ -11,17 +11,23 @@ you have programmed a lot in the past using some other language you
1111probably want to read
1212[ the official tutorial] ( https://docs.python.org/3/tutorial/ ) instead.
1313
14- This tutorial uses Python 3. Python 2 is getting outdated all the time,
14+ This tutorial uses Python 3, and you need Python 3 to be able to run the
15+ example code yourself. Python 2 is getting outdated all the time,
1516and more and more projects are moving to Python 3. There are a few
1617popular libraries that don't support Python 3 that well at the time of
1718writing this, but you don't need to worry about that just yet. They
1819will probably support Python 3 by the time you've learned the basics
1920and you may actually need them.
2021
22+ I have tested most of the code in this tutorial on Python 3.4, but
23+ everything should also work on any Python 3 version or newer.
24+
2125Here's a list of chapters in this tutorial. Read them one by one in the
22- order they are listed. ** If you jump to a chapter without reading
23- everything before it, you will probably have hard time understanding
24- it.**
26+ order they are listed. ** If you jump to a chapter without reading and
27+ understanding everything before it, you may have hard time understanding
28+ the chapter you're trying to read.** However, the chapters are mostly
29+ independent from each other, so you can also use this tutorial together
30+ with other tutorials.
2531
26321 . [ Quick introduction to this tutorial] ( introduction.md )
27332 . [ Installing Python] ( installing-python.md )
4450
4551Other things this tutorial comes with:
4652
47- - [ Getting help] ( getting-help.md )
53+ - ** Important: ** [ getting help] ( getting-help.md )
4854- [ Contact me] ( contact-me.md )
4955- [ Setting up a text editor] ( editor-setup.md )
5056- [ Answers for the exercises] ( answers.md )
0 commit comments