Skip to content

Commit b362cc9

Browse files
committed
Add new links
1 parent 601d1e4 commit b362cc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here is a fun project attempting to collect such classic & tricky examples of un
1010

1111
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!
1212

13-
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:
13+
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/).
1414

1515
So, here we go...
1616

@@ -2309,6 +2309,7 @@ The idea and design for this collection were initially inspired by Denys Dovhan'
23092309
* https://stackoverflow.com/questions/530530/python-2-x-gotchas-and-landmines
23102310
* https://stackoverflow.com/questions/1011431/common-pitfalls-in-python
23112311
* https://www.python.org/doc/humor/
2312+
* https://www.satwikkansal.xyz/archives/posts/python/My-Python-archives/
23122313
23132314
# 🎓 License
23142315

0 commit comments

Comments
 (0)