Skip to content

Commit 841c713

Browse files
committed
Add link to Moshe Zadke article on Zen of Python
1 parent 0366310 commit 841c713

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ch13-interact-with-pdf-files/1-extract-text-from-a-pdf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959

6060
# **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
61+
# Tim Peters in 1999. The Zen is a collection of 19 guiding principles
6262
# for developing with Python. The story goes that there are actually 20
6363
# such principles, but only 19 were written down!
6464
#
@@ -70,3 +70,6 @@
7070
#
7171
# Author Al Seigart has an interpretation of The Zen on his blog:
7272
# 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

Comments
 (0)