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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ For a preview of the book, see [sample chapters](./sample_chapters/Python_Regex_
31
31
32
32
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/tutorial/ebook-generation/customizing-pandoc/) if you are interested in the ebook creation process.
33
33
34
+
For online `html` version of the book, visit https://learnbyexample.github.io/py_regular_expressions/
***Hugh**'s email exchanges helped me significantly to improve the presentation of concepts and exercises
82
84
*[Christopher Patti](https://github.com/feoh) for reviewing the book, providing feedback and brightening the day with kind words
83
85
* Users **73tada**, **DrBobHope**, **nlomb** and others for feedback in [this reddit thread](https://www.reddit.com/r/learnpython/comments/hmvnt1/my_python_regex_ebook_with_hundreds_of_examples/)
86
+
*[mdBook](https://github.com/rust-lang/mdBook) — for `html` version of the book
84
87
85
88
Special thanks to Al Sweigart, for introducing me to Python with his awesome [automatetheboringstuff](https://automatetheboringstuff.com/) book and video course.
0 commit comments