From b362cc9d0a550de183bffaf4e6009f7708b89166 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Tue, 23 Jan 2018 14:31:31 +0530 Subject: [PATCH] Add new links --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee904d5..148e15e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Here is a fun project attempting to collect such classic & tricky examples of un While some of the examples you see below may not be WTFs in the truest sense, but they'll reveal some of the interesting parts of Python that you might be unaware of. I find it a nice way to learn the internals of a programming language, and I think you'll find them interesting as well! -If you're an experienced Python programmer, you can take it as a challenge to get most of them right in first attempt. You may be already familiar with some of these examples, and I might be able to revive sweet old memories of yours being bitten by these gotchas :sweat_smile: +If you're an experienced Python programmer, you can take it as a challenge to get most of them right in first attempt. You may be already familiar with some of these examples, and I might be able to revive sweet old memories of yours being bitten by these gotchas :sweat_smile: And if you're a returning reader, you can learn about the new modifications [here](https://github.com/satwikkansal/wtfpython/releases/). So, here we go... @@ -2309,6 +2309,7 @@ The idea and design for this collection were initially inspired by Denys Dovhan' * https://stackoverflow.com/questions/530530/python-2-x-gotchas-and-landmines * https://stackoverflow.com/questions/1011431/common-pitfalls-in-python * https://www.python.org/doc/humor/ +* https://www.satwikkansal.xyz/archives/posts/python/My-Python-archives/ # 🎓 License