|
6 | 6 | This section will get you started with using Python and you'll be able |
7 | 7 | to learn more about whatever you want after studying it. |
8 | 8 |
|
9 | | -1. [What is programming?](what-is-programming.md) |
10 | | -2. [Installing Python](installing-python.md) |
11 | | -3. [Getting started with Python](getting-started.md) |
12 | | -4. [ThinkPython: The way of the program](the-way-of-the-program.md) |
13 | | -5. [Variables, Booleans and None](variables.md) |
14 | | -6. [Using functions](using-functions.md) |
15 | | -7. [Setting up an editor](editor-setup.md) |
16 | | -8. [If, else and elif](if.md) |
17 | | -9. [Handy stuff with strings](handy-stuff-strings.md) |
18 | | -10. [Lists and tuples](lists-and-tuples.md) |
19 | | -11. [Loops](loops.md) |
20 | | -12. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate.md) |
21 | | -13. [Dictionaries](dicts.md) |
22 | | -14. [Defining functions](defining-functions.md) |
23 | | -15. [Writing a larger program](larger-program.md) |
24 | | -16. [What is true?](what-is-true.md) |
25 | | -17. [Files](files.md) |
26 | | -18. [Modules](modules.md) |
27 | | -19. [Exceptions](exceptions.md) |
28 | | -20. [Classes](classes.md) |
29 | | -21. [Docstrings](docstrings.md) |
| 9 | +1. [What is programming?](what-is-programming ) |
| 10 | +2. [Installing Python](installing-python ) |
| 11 | +3. [Getting started with Python](getting-started ) |
| 12 | +4. [ThinkPython: The way of the program](the-way-of-the-program ) |
| 13 | +5. [Variables, Booleans and None](variables ) |
| 14 | +6. [Using functions](using-functions ) |
| 15 | +7. [Setting up an editor](editor-setup ) |
| 16 | +8. [If, else and elif](if ) |
| 17 | +9. [Handy stuff with strings](handy-stuff-strings ) |
| 18 | +10. [Lists and tuples](lists-and-tuples ) |
| 19 | +11. [Loops](loops ) |
| 20 | +12. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate ) |
| 21 | +13. [Dictionaries](dicts ) |
| 22 | +14. [Defining functions](defining-functions ) |
| 23 | +15. [Writing a larger program](larger-program ) |
| 24 | +16. [What is true?](what-is-true ) |
| 25 | +17. [Files](files ) |
| 26 | +18. [Modules](modules ) |
| 27 | +19. [Exceptions](exceptions ) |
| 28 | +20. [Classes](classes ) |
| 29 | +21. [Docstrings](docstrings ) |
30 | 30 |
|
31 | 31 | *** |
32 | 32 |
|
33 | 33 | If you have trouble with this tutorial please [tell me about |
34 | | -it](../contact-me.md) and I'll make this tutorial better. If you |
| 34 | +it](../contact-me ) and I'll make this tutorial better. If you |
35 | 35 | like this tutorial, please [give it a |
36 | | -star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial). |
| 36 | +star](../README #how-can-i-thank-you-for-writing-and-sharing-this-tutorial). |
37 | 37 |
|
38 | 38 | You may use this tutorial freely at your own risk. See |
39 | 39 | [LICENSE](../LICENSE). |
40 | 40 |
|
41 | | -[List of contents](../README.md#list-of-contents) |
| 41 | +[List of contents](../README #list-of-contents) |
0 commit comments