We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0366310 commit 841c713Copy full SHA for 841c713
ch13-interact-with-pdf-files/1-extract-text-from-a-pdf.py
@@ -58,7 +58,7 @@
58
59
60
# **NOTE**: The text in zen.pdf is from "The Zen Of Python" written by
61
-# Tim Peters in 2004. The Zen is a collection of 19 guiding principles
+# Tim Peters in 1999. The Zen is a collection of 19 guiding principles
62
# for developing with Python. The story goes that there are actually 20
63
# such principles, but only 19 were written down!
64
#
@@ -70,3 +70,6 @@
70
71
# Author Al Seigart has an interpretation of The Zen on his blog:
72
# https://inventwithpython.com/blog/2018/08/17/the-zen-of-python-explained/
73
+#
74
+# Moshe Zadka has another great article on The Zen:
75
+# https://orbifold.xyz/zen-of-python.html
0 commit comments