Skip to content

Commit 7c85a73

Browse files
committed
Move discussion thread links to the links section
1 parent 6c0ed6e commit 7c85a73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Translations: [Chinese 中文](https://github.com/leisurelicht/wtfpython-cn) | [
66

77
Other modes: [Interactive](https://colab.research.google.com/github/satwikkansal/wtfpython/blob/master/irrelevant/wtf.ipynb) | [CLI](https://pypi.python.org/pypi/wtfpython)
88

9-
Discussions: [Hacker News](https://news.ycombinator.com/item?id=21862073) | [Reddit](https://www.reddit.com/r/programming/comments/edsh3q/what_the_fck_python_30_exploring_and/)
10-
119
Python, being a beautifully designed high-level and interpreter-based programming language, provides us with many features for the programmer's comfort. But sometimes, the outcomes of a Python snippet may not seem obvious at first sight.
1210

1311
Here's a fun project attempting to explain what exactly is happening under the hood for some counter-intuitive snippets and lesser-known features in Python.
@@ -3497,6 +3495,7 @@ The idea and design for this collection were initially inspired by Denys Dovhan'
34973495
* https://github.com/cosmologicon/pywat#the-undocumented-converse-implication-operator
34983496
* https://www.codementor.io/satwikkansal/python-practices-for-efficient-code-performance-memory-and-usability-aze6oiq65
34993497
* https://github.com/wemake-services/wemake-python-styleguide/search?q=wtfpython&type=Issues
3498+
* WFTPython discussion threads on [Hacker News](https://news.ycombinator.com/item?id=21862073) and [Reddit](https://www.reddit.com/r/programming/comments/edsh3q/what_the_fck_python_30_exploring_and/).
35003499
35013500
# 🎓 License
35023501

0 commit comments

Comments
 (0)