@@ -7,8 +7,8 @@ language.
7
7
No tutorial is good for everyone. This one is aimed at people with no
8
8
programming experience at all or very little programming experience. If
9
9
you have programmed a lot in the past using some other language you
10
- probably want to read
11
- [ the official tutorial] ( https://docs.python.org/3/tutorial/ ) instead.
10
+ probably want to read [ the official
11
+ tutorial] ( https://docs.python.org/3/tutorial/ ) instead.
12
12
13
13
This tutorial was written in Python 3, and you need Python 3 or newer to
14
14
be able to run the example code yourself. Python 2 is getting outdated
@@ -43,11 +43,12 @@ to learn more about whatever you want after studying it.
43
43
11 . [ Trey Hunner: zip and enumerate] ( basics/trey-hunner-zip-and-enumerate.md )
44
44
12 . [ Dictionaries] ( basics/dicts.md )
45
45
13 . [ Defining functions] ( basics/defining-functions.md )
46
- 14 . [ What is true?] ( basics/what-is-true.md )
47
- 15 . [ Files] ( basics/files.md )
48
- 16 . [ Exceptions] ( basics/exceptions.md )
49
- 17 . [ Modules] ( basics/modules.md )
50
- 18 . [ Classes] ( basics/classes.md )
46
+ 14 . [ Writing a larger program] ( basics/larger-program.md )
47
+ 15 . [ What is true?] ( basics/what-is-true.md )
48
+ 16 . [ Files] ( basics/files.md )
49
+ 17 . [ Exceptions] ( basics/exceptions.md )
50
+ 18 . [ Modules] ( basics/modules.md )
51
+ 19 . [ Classes] ( basics/classes.md )
51
52
52
53
### Advanced
53
54
@@ -74,7 +75,18 @@ than complex.
74
75
[ advanced] ( advanced/answers.md ) sections
75
76
- [ The TODO list] ( TODO.md )
76
77
77
- ## How to read this tutorial without an internet connection
78
+ ## Frequently asked questions
79
+
80
+ ### How can I thank you for writing and sharing this tutorial?
81
+
82
+ You can star this tutorial. Starring is free for you, but it tells me
83
+ and other people that you like this tutorial.
84
+
85
+ Go [ here] ( https://github.com/Akuli/python-tutorial ) if you aren't here
86
+ already and click the "Star" button in the top right corner. You will be
87
+ asked to create a GitHub account if you don't already have one.
88
+
89
+ ### How can I read this tutorial without an Internet connection?
78
90
79
91
1 . Go [ here] ( https://github.com/Akuli/python-tutorial ) if you aren't
80
92
here already.
0 commit comments