You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The book also includes exercises to test your understanding, which is presented together as a single file in this repo — [Exercises.md](./exercises/Exercises.md)
7
+
The book also includes exercises to test your understanding, which are presented together as a single file in this repo — [Exercises.md](./exercises/Exercises.md)
8
8
9
9
For solutions to the exercises, see [Exercise_solutions.md](./exercises/Exercise_solutions.md).
10
10
@@ -32,9 +32,9 @@ See [Version_changes.md](./Version_changes.md) to keep track of changes made to
32
32
33
33
For a preview of the book, see [sample chapters](./sample_chapters/py_regex_sample.pdf)
34
34
35
-
The book can also be [viewed as a single markdown file in this repo](./py_regex.md). See my blogpost on [generating pdf from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
35
+
The book can also be [viewed as a single markdown file in this repo](./py_regex.md). See my blogpost on [generating pdfs from markdown using pandoc](https://learnbyexample.github.io/customizing-pandoc/) if you are interested in the ebook creation process.
36
36
37
-
For web version of the book, visit https://learnbyexample.github.io/py_regular_expressions/
37
+
For the web version of the book, visit https://learnbyexample.github.io/py_regular_expressions/
38
38
39
39
<br>
40
40
@@ -50,7 +50,7 @@ For web version of the book, visit https://learnbyexample.github.io/py_regular_e
50
50
51
51
⚠️ ⚠️ Please DO NOT submit pull requests. Main reason being any modification requires changes in multiple places.
52
52
53
-
I would highly appreciate if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.
53
+
I would highly appreciate it if you'd let me know how you felt about this book. It could be anything from a simple thank you, pointing out a typo, mistakes in code snippets, which aspects of the book worked for you (or didn't!) and so on. Reader feedback is essential and especially so for self-published authors.
54
54
55
55
You can reach me via:
56
56
@@ -107,7 +107,7 @@ Special thanks to Al Sweigart. His [Automate the Boring Stuff](https://automatet
107
107
108
108
# License
109
109
110
-
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)
110
+
The book is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
111
111
112
-
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file
112
+
The code snippets are licensed under MIT, see [LICENSE](./LICENSE) file.
0 commit comments