Skip to content

Commit ca5301f

Browse files
100 Page Python Intro book announcement
1 parent db4985c commit ca5301f

File tree

15 files changed

+134
-106
lines changed

15 files changed

+134
-106
lines changed

100-page-python-intro-book-announcement/index.html

+1-1
Large diffs are not rendered by default.

README.md

+1-1
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+
* [100 Page Python Intro book announcement](https://learnbyexample.github.io/100-page-python-intro-book-announcement/)
910
* [Festive offers for books on Python, Linux, Regular Expressions, Vim and more!](https://learnbyexample.github.io/programming-deals-2024/)
1011
* [Interactive Python Exercises and Quiz](https://learnbyexample.github.io/interactive-python-exercises/)
1112
* [Vim Reference Guide book announcement](https://learnbyexample.github.io/vim-reference-guide-announcement/)
@@ -45,7 +46,6 @@ I'm addicted to reading fantasy/sci-fi books, so I have a [blog](https://learnby
4546
* [Escaping madness to get literal field separators in awk](https://learnbyexample.github.io/escaping-madness-awk-literal-field-separator/)
4647
* [GNU BRE/ERE cheatsheet and differences between grep, sed and awk](https://learnbyexample.github.io/gnu-bre-ere-cheatsheet/)
4748
* [Paying my bills with 'free' ebooks](https://learnbyexample.github.io/my-book-writing-experience/)
48-
* [100 Page Python Intro book announcement](https://learnbyexample.github.io/100-page-python-intro-book-announcement/)
4949
* [Multiline fixed string search and replace with CLI tools](https://learnbyexample.github.io/multiline-search-and-replace/)
5050
* [Emulating regexp lookarounds in GNU sed](https://learnbyexample.github.io/sed-lookarounds/)
5151
* [Search and replace tricks with ripgrep](https://learnbyexample.github.io/substitution-with-ripgrep/)

atom.xml

+120-92
Large diffs are not rendered by default.

books/index.html

+1-1
Large diffs are not rendered by default.

images/books/python_intro.png

-48.1 KB
Binary file not shown.

index.html

+1-1
Large diffs are not rendered by default.

multiline-search-and-replace/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@
222222
</span><span>---------------------
223223
</span><span>$& = $1 + $2 / 3 \ 4
224224
</span><span>===================== with cli tools.
225-
</span></code></pre></div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/ripgrep/>#ripgrep</a><a href=https://learnbyexample.github.io/tags/perl/>#perl</a><a href=https://learnbyexample.github.io/tags/gnu-sed/>#gnu-sed</a><a href=https://learnbyexample.github.io/tags/sd/>#sd</a><a href=https://learnbyexample.github.io/tags/substitution/>#substitution</a><a href=https://learnbyexample.github.io/tags/fixed-string/>#fixed-string</a><a href=https://learnbyexample.github.io/tags/multiline/>#multiline</a><a href=https://learnbyexample.github.io/tags/regular-expressions/>#regular-expressions</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=previous href=https://learnbyexample.github.io/100-page-python-intro-book-announcement/>← 100 Page Python Intro book announcement</a><br><p><a class=next href=https://learnbyexample.github.io/sed-lookarounds/>Emulating regexp lookarounds in GNU sed →</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>
225+
</span></code></pre></div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/ripgrep/>#ripgrep</a><a href=https://learnbyexample.github.io/tags/perl/>#perl</a><a href=https://learnbyexample.github.io/tags/gnu-sed/>#gnu-sed</a><a href=https://learnbyexample.github.io/tags/sd/>#sd</a><a href=https://learnbyexample.github.io/tags/substitution/>#substitution</a><a href=https://learnbyexample.github.io/tags/fixed-string/>#fixed-string</a><a href=https://learnbyexample.github.io/tags/multiline/>#multiline</a><a href=https://learnbyexample.github.io/tags/regular-expressions/>#regular-expressions</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=previous href=https://learnbyexample.github.io/my-book-writing-experience/>← Paying my bills with 'free' ebooks</a><br><p><a class=next href=https://learnbyexample.github.io/sed-lookarounds/>Emulating regexp lookarounds in GNU sed →</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>

my-book-writing-experience/index.html

+1-1
Large diffs are not rendered by default.

page/2/index.html

+1-1
Large diffs are not rendered by default.

page/3/index.html

+1-1
Large diffs are not rendered by default.

page/4/index.html

+1-1
Large diffs are not rendered by default.

programming-deals-2024/index.html

+1-1
Large diffs are not rendered by default.

sitemap.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</url>
66
<url>
77
<loc>https://learnbyexample.github.io/100-page-python-intro-book-announcement/</loc>
8-
<lastmod>2023-01-19</lastmod>
8+
<lastmod>2024-12-19</lastmod>
99
</url>
1010
<url>
1111
<loc>https://learnbyexample.github.io/2022-year-in-perspective/</loc>
@@ -28,7 +28,7 @@
2828
</url>
2929
<url>
3030
<loc>https://learnbyexample.github.io/books/</loc>
31-
<lastmod>2024-11-18</lastmod>
31+
<lastmod>2024-12-19</lastmod>
3232
</url>
3333
<url>
3434
<loc>https://learnbyexample.github.io/cli-computation-gnu-datamash/</loc>

tags/ebook/index.html

+1-1
Large diffs are not rendered by default.

tags/python/index.html

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)