Skip to content

Commit 1725131

Browse files
committed
Merge pull request #385 from Videocard/hemingwaypython
Run python installation chapter through hemingway
2 parents d8b3bb8 + 7efa0cb commit 1725131

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

en/python_installation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
We're finally here!
44

5-
But first, let us tell you what Python is. Python is a very popular programming language that can be used for creating websites, games, scientific software, graphics and much, much more.
5+
But first, let us tell you what Python is. Python is a very popular programming language that can be used for creating websites, games, scientific software, graphics, and much, much more.
66

7-
Python originated in the late 1980s and its main goal is to be readable by human beings (not only machines!), which is why it looks much simpler than other programming languages. This makes it easy to learn, but don't worry, Python is also really powerful!
7+
Python originated in the late 1980s and its main goal is to be readable by human beings (not only machines!). This is why it looks much simpler than other programming languages. This makes it easy to learn, but don't worry, Python is also really powerful!
88

99

1010
# Python installation
@@ -30,7 +30,7 @@ It is very likely that you already have Python installed out of the box. To chec
3030
$ python3 --version
3131
Python 3.4.2
3232

33-
If you don't have Python installed or if you want a different version, you can install it as follows:
33+
If you don't have Python installed, or if you want a different version, you can install it as follows:
3434

3535

3636
#### Debian or Ubuntu
@@ -69,4 +69,4 @@ Verify the installation was successful by opening the *Terminal* application and
6969

7070
----
7171

72-
If you have any doubts or if something went wrong and you have no idea what to do next - please ask your coach! Sometimes things are not going smoothly and it's better to ask for help from someone with more experience.
72+
If you have any doubts, or if something went wrong and you have no idea what to do next - please ask your coach! Sometimes things don't go smoothly and it's better to ask for help from someone with more experience.

0 commit comments

Comments
 (0)