@@ -6,10 +6,10 @@ don't like using it for some reason, you need
6
6
trying out things. You also need an editor for writing code that will
7
7
be stored in files.
8
8
9
- If you use IDLE as your editor, it comes with everything set up for you
10
- and you can get started right away. If you are going to use some other
11
- editor , you may need to change some settings to make it suitable for
12
- Python use.
9
+ If you use IDLE as your editor, ** it comes with everything set up for
10
+ you, and you don't need to worry about setting up anything ** . If you
11
+ don't , you probably need to change some settings to make your editor
12
+ suitable for Python use.
13
13
14
14
Do ** not** use word processors like Microsoft Word and LibreOffice
15
15
Write for programming. They create their own files, but you need plain
@@ -84,7 +84,7 @@ Click *View*, go to *Color Scheme* and select whatever you want.
84
84
85
85
## Is your editor using Python 3?
86
86
87
- Some editors allow you to run your programs with a single keypress ,
87
+ Some editors allow you to run your programs with a single keystroke ,
88
88
usually by pressing F5. This tutorial is written for Python 3 or newer,
89
89
so your editor also needs to run the programs in Python 3 or newer.
90
90
@@ -111,8 +111,8 @@ These editors don't support running programs with F5.
111
111
112
112
Usually I write something in Emacs, then I press Ctrl+Z to suspend
113
113
Emacs, run the program myself and then I run ` fg ` to get back to Emacs.
114
- If you know how to run programs in Emacs and you'd like to write about
115
- it here, [ tell me] ( contact-me.md ) .
114
+ If you know how to run Python programs in Emacs and you'd like to write
115
+ about it here, [ tell me] ( contact-me.md ) .
116
116
117
117
***
118
118
0 commit comments