From 4da319a367102396742bc1b00d678f0de2788220 Mon Sep 17 00:00:00 2001 From: Emily Ann Date: Tue, 25 Jun 2019 16:47:53 -0700 Subject: [PATCH] update added link to 'Learn Python the Hard Way, 3rd Edition'. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 757fd7d..a522559 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ The topics include: ### Programming Languages - **Python** - [Violent Python : A Cookbook for Hackers (2013)](https://github.com/reconSF/python/blob/master/Syngress.Violent.Python.a.Cookbook.for.Hackers.2013.pdf) + - [Learn Python the Hard Way 3rd Edition (2014)] + (https://www.souravsengupta.com/cds2015/python/LPTHW.pdf) ----------