Skip to content

Commit f656c7e

Browse files
committed
improve README
1 parent 345fbbc commit f656c7e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,23 @@ you have programmed a lot in the past using some other language you
1111
probably 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,
1516
and more and more projects are moving to Python 3. There are a few
1617
popular libraries that don't support Python 3 that well at the time of
1718
writing this, but you don't need to worry about that just yet. They
1819
will probably support Python 3 by the time you've learned the basics
1920
and 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+
2125
Here'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

2632
1. [Quick introduction to this tutorial](introduction.md)
2733
2. [Installing Python](installing-python.md)
@@ -44,7 +50,7 @@ yet:
4450

4551
Other 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

Comments
 (0)