@@ -7,8 +7,8 @@ language.
77No tutorial is good for everyone. This one is aimed at people with no
88programming experience at all or very little programming experience. If
99you 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.
1212
1313This tutorial was written in Python 3, and you need Python 3 or newer to
1414be 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.
434311 . [ Trey Hunner: zip and enumerate] ( basics/trey-hunner-zip-and-enumerate.md )
444412 . [ Dictionaries] ( basics/dicts.md )
454513 . [ 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 )
5152
5253### Advanced
5354
@@ -74,7 +75,18 @@ than complex.
7475 [ advanced] ( advanced/answers.md ) sections
7576- [ The TODO list] ( TODO.md )
7677
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?
7890
79911 . Go [ here] ( https://github.com/Akuli/python-tutorial ) if you aren't
8092 here already.
0 commit comments