-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
118 lines (94 loc) · 3.78 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
learning-lpthw
This is my learning diary for the Python book ‘Learn Python The Hard Way’
6 August 2014 - Began reading the book, read until exercise 4
7 August 2014 - Continuing from exercise 4, ended the day with exercise 9
13 September 2014 - Returned to reading the book. Continued until exercise 14
27 September 2014 - Read until chapter 21
Exercise 1: A Good First Program
- Exercise 1 - ex01/ex1.py
- Exercise 1 Study Drill 1 - ex01/ex1-sd1.py
- Exercise 1 Study Drill 2 - ex01/ex1-sd2.py
- Exercise 1 Study Drill 3 - ex01/ex1-sd3.py
Exercise 2: Comments And Pound Characters
- Exercise 2 - ex02/ex2.py
Exercise 3: Numbers And Math
- Exercise 3 operator explanation - ex03/ex3-table.md
- Exercise 3 - ex03/ex3.py
- Exercise 3 Study Drill 1 - ex03/ex3-sd1.py
- Exercise 3 Study Drill 3 - ex03/ex3-sd3.py
- Exercise 3 Study Drill 5 - ex03/ex3-sd5.py
Exercise 4: Variables And Names
- Exercise 4 - ex04/ex4.py
- Exercise 4 Study Drill 0 - ex04/ex4-sd0.md
- Exercise 4 Study Drill 3 - ex04/ex4-sd3.py
Exercise 5: More Variables And Printing
- Exercise 5 - ex05/ex5.py
- Exercise 5 Study Drill 1 - ex05/ex5-sd1.py
- Exercise 5 Study Drill 2 - ex05/ex5-sd2.py
- Exercise 5 Study Drill 3 - ex05/ex5-sd3.md
- Exercise 5 Study Drill 4 - ex05/ex5-sd4.py
Exercise 6: Strings And Text
- Exercise 6 - ex06/ex6.py
- Exercise 6 Study Drill 1 - ex06/ex6-sd1.py
- Exercise 6 Study Drill 2 - ex06/ex6-sd2.md
- Exercise 6 Study Drill 3 - ex06/ex6-sd3.md
- Exercise 6 Study Drill 4 - ex06/ex6-sd4.md
Exercise 7: More Printing
- Exercise 7 - ex07/ex7.py
- Exercise 7 Study Drill 1 - ex07/ex7-sd1.py
Exercise 8: Printing, Printing
- Exercise 8 - ex08/ex8.py
- Exercise 8 Study Drill 2 - ex08/ex8-sd2.md
Exercise 9: Printing, Printing, Printing
- Exercise 9 - ex09/ex9.py
Exercise 10: What Was That?
- Exercise 10 - ex10/ex10.py
- Exercise 10 Study Drill 3 - ex10/ex10-sd3.py
- Exercise 10 Study Drill 4 - ex10/ex10-sd4.py
Exercise 11: Asking Questions
- Exercise 11 - ex11/ex11.py
- Exercise 11 Study Drill 3 - ex11/ex11-sd3.py
Exercise 12: Prompting People
- Exercise 12 - ex12/ex12.py
Exercise 13: Parameters, Unpacking, Variables
- Exercise 13 - ex13/ex13.py
- Exercise 13 Study Drill 1 - ex13/ex13-sd1.md
- Exercise 13 Study Drill 2 with fewer arguments - ex13/ex13-sd2-fewer.py
- Exercise 13 Study Drill 2 with more arguments - ex13/ex13-sd2-more.py
- Exercise 13 Study Drill 3 - ex13/ex13-sd3.py
Exercise 14: Prompting and Passing
- Exercise 14 - ex14/ex14.py
- Exercise 14 Study Drill 2 - ex14/ex14-sd2.py
- Exercise 14 Study Drill 3 - ex14/ex14-sd3.py
Exercise 15: Reading Files
- Exercise 15 - ex15/ex15.py
- Exercise 15 Study Drill 1 - ex15/ex15-sd1.py
- Exercise 15 Study Drill 4 - ex15/ex15-sd4.py
- Exercise 15 Study Drill 5 - ex15/ex15-sd5.py
- Exercise 15 Study Drill 7 - ex15/ex15-sd7.py
Exercise 16: Reading And Writing Files
- Exercise 16 - ex16/ex16.py
- Exercise 16 Study Drill 1 - ex16/ex16-sd1.py
- Exercise 16 Study Drill 2 - ex16/ex16-sd2.py
- Exercise 16 Study Drill 3 - ex16/ex16-sd3.py
- Exercise 16 Study Drill 4 - ex16/ex16-sd4.md
- Exercise 16 Study Drill 5 - ex16/ex16-sd5.md
Exercise 17: More Files
- Exercise 17 - ex17/ex17.py
- Exercise 17 Study Drill 1 - ex17/ex17-sd1.py
- Exercise 17 Study Drill 2 - ex17/ex17-sd2.py
- Exercise 17 Study Drill 4 - ex17/ex17-sd4.md
Exercise 18: Names, Variables, Code, Functions
- Exercise 18 - ex18/ex18.py
Exercise 19: Functions And Variables
- Exercise 19 - ex19/ex19.py
- Exercise 19 Study Drill 1 - ex19/ex19-sd1.py
- Exercise 19 Study Drill 2 - ex19/ex19-sd3.py
Exercise 20: Functions And Files
- Exercise 20 - ex20/ex20.py
- Exercise 20 Study Drill 1 - ex20/ex20-sd1.py
- Exercise 20 Study Drill 2 - ex20/ex20-sd2.py
- Exercise 20 Study Drill 5 - ex20/ex20-sd5.py
Licensing
This project is licensed under the GNU GPL 3.0 license. To read it, please
refer to the LICENSE document.