From d0a3f4b2b30a47b1172cd60620c9b85e9685a0f1 Mon Sep 17 00:00:00 2001 From: John Washam Date: Tue, 11 Feb 2020 21:47:40 -0800 Subject: [PATCH] Added book for programming interview questions in Python. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 944c691..278e396 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ This is a shorter list than what I used. This is abbreviated to save you time. Choose one: - [ ] [Elements of Programming Interviews (C++ version)](https://www.amazon.com/Elements-Programming-Interviews-Insiders-Guide/dp/1479274836) +- [ ] [Elements of Programming Interviews in Python](https://www.amazon.com/Elements-Programming-Interviews-Python-Insiders/dp/1537713949/) - [ ] Elements of Programming Interviews (Java version) - [book](https://www.amazon.com/Elements-Programming-Interviews-Java-Insiders/dp/1517435803/) - [Companion Project - Method Stub and Test Cases for Every Problem in the Book](https://github.com/gardncl/elements-of-programming-interviews)