Skip to content

Commit f6eafe9

Browse files
committedJan 22, 2025·
new version of python regex ebook
1 parent fff7885 commit f6eafe9

File tree

26 files changed

+120
-217
lines changed

26 files changed

+120
-217
lines changed
 

‎README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ I'm addicted to reading fantasy/sci-fi books, so I have a [blog](https://learnby
66

77
## Posts
88

9+
* [Understanding Python re(gex)? book announcement](https://learnbyexample.github.io/understanding-python-regex-announcement/)
910
* [Coloring matched portions with GNU grep, sed and awk](https://learnbyexample.github.io/coloring-matched-portions-grep-sed-awk/)
1011
* [100 Page Python Intro book announcement](https://learnbyexample.github.io/100-page-python-intro-book-announcement/)
1112
* [Festive offers for books on Python, Linux, Regular Expressions, Vim and more!](https://learnbyexample.github.io/programming-deals-2024/)
@@ -27,7 +28,6 @@ I'm addicted to reading fantasy/sci-fi books, so I have a [blog](https://learnby
2728
* [CLI text processing with GNU grep and ripgrep book announcement](https://learnbyexample.github.io/cli-text-processing-grep-announcement/)
2829
* [100+ Interactive Python Regex Exercises](https://learnbyexample.github.io/interactive-python-regex-exercises/)
2930
* [Python Regular Expressions Playground](https://learnbyexample.github.io/python-regex-playground/)
30-
* [Understanding Python re(gex)? book announcement](https://learnbyexample.github.io/understanding-python-regex-announcement/)
3131
* [Python Regex Surprises](https://learnbyexample.github.io/python-regex-surprises/)
3232
* [2022: year in perspective](https://learnbyexample.github.io/2022-year-in-perspective/)
3333
* [Interactive Linux CLI Text Processing Exercises](https://learnbyexample.github.io/interactive-linux-cli-exercises/)
@@ -54,8 +54,6 @@ I'm addicted to reading fantasy/sci-fi books, so I have a [blog](https://learnby
5454
* [Customizing pandoc to generate beautiful pdf and epub from markdown](https://learnbyexample.github.io/customizing-pandoc/)
5555
* [JavaScript regular expressions cheatsheet and examples](https://learnbyexample.github.io/javascript-regexp-cheatsheet/)
5656
* [Python regular expression cheatsheet and examples](https://learnbyexample.github.io/python-regex-cheatsheet/)
57-
* [Example driven book on Python regular expressions](https://learnbyexample.github.io/python-regex-book-version2/)
58-
* [GNU GREP and RIPGREP](https://learnbyexample.github.io/grep-book-announcement/)
5957
* [Creating GUI Applications with wxPython - book review](https://learnbyexample.github.io/python-gui-book-review/)
6058
* [Python for maths](https://learnbyexample.github.io/python-for-maths/)
6159
* [A short and satisfying bug hunt](https://learnbyexample.github.io/a-short-and-satisfying-bug-hunt/)

‎atom.xml

+97-182
Large diffs are not rendered by default.

‎coloring-matched-portions-grep-sed-awk/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
</span><span>ECE 70
3333
</span><span>EEE 65
3434
</span><span>CSE 80
35-
</span></code></pre><p align=center><img alt="Color field processing results with GNU awk" src=/images/awk_color_field_processing.png></p><br><h2 id=linux-cli-ebooks>Linux CLI ebooks<a aria-label="Anchor link for: linux-cli-ebooks" class=zola-anchor href=#linux-cli-ebooks>🔗</a></h2><p>Check out <a href=https://learnbyexample.github.io/books/>my ebooks</a> if you are interested in learning more about Linux CLI basics, coreutils, text processing tools like <code>GNU grep</code>, <code>GNU sed</code>, <code>GNU awk</code> and <code>perl</code>.</div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/gnu-grep/>#gnu-grep</a><a href=https://learnbyexample.github.io/tags/gnu-sed/>#gnu-sed</a><a href=https://learnbyexample.github.io/tags/gnu-awk/>#gnu-awk</a><a href=https://learnbyexample.github.io/tags/linux/>#linux</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=next href=https://learnbyexample.github.io/100-page-python-intro-book-announcement/>100 Page Python Intro book announcement →</a><br></div><hr color=#e6e6e6><p>📰 Use <a href=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <a href=https://twitter.com/learn_byexample>Twitter</a>, <a href=https://github.com/learnbyexample>GitHub</a> and <a href=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <a href=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hr color=#e6e6e6></div></article></div></main></div><script src=https://learnbyexample.github.io/even.js></script>
35+
</span></code></pre><p align=center><img alt="Color field processing results with GNU awk" src=/images/awk_color_field_processing.png></p><br><h2 id=linux-cli-ebooks>Linux CLI ebooks<a aria-label="Anchor link for: linux-cli-ebooks" class=zola-anchor href=#linux-cli-ebooks>🔗</a></h2><p>Check out <a href=https://learnbyexample.github.io/books/>my ebooks</a> if you are interested in learning more about Linux CLI basics, coreutils, text processing tools like <code>GNU grep</code>, <code>GNU sed</code>, <code>GNU awk</code> and <code>perl</code>.</div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/gnu-grep/>#gnu-grep</a><a href=https://learnbyexample.github.io/tags/gnu-sed/>#gnu-sed</a><a href=https://learnbyexample.github.io/tags/gnu-awk/>#gnu-awk</a><a href=https://learnbyexample.github.io/tags/linux/>#linux</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=previous href=https://learnbyexample.github.io/understanding-python-regex-announcement/>← Understanding Python re(gex)? book announcement</a><br><p><a class=next href=https://learnbyexample.github.io/100-page-python-intro-book-announcement/>100 Page Python Intro book announcement →</a><br></div><hr color=#e6e6e6><p>📰 Use <a href=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <a href=https://twitter.com/learn_byexample>Twitter</a>, <a href=https://github.com/learnbyexample>GitHub</a> and <a href=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <a href=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hr color=#e6e6e6></div></article></div></main></div><script src=https://learnbyexample.github.io/even.js></script>

‎grep-book-announcement/index.html

-1
This file was deleted.

0 commit comments

Comments
 (0)