diff options
author | 2021-01-17 15:40:40 +0200 | |
---|---|---|
committer | 2021-01-17 15:40:40 +0200 | |
commit | a835be77737680e5a64bf10b04ac760cfd3bc1b3 (patch) | |
tree | ae7907581c699d738ee3090e0c193b4c405692fe /pydis_site/apps | |
parent | Remove unnecessary leading newline from NNFSIP book (diff) |
Add WTF Python tutorial resource
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/reading/tutorials/wtf_python.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pydis_site/apps/resources/resources/reading/tutorials/wtf_python.yaml b/pydis_site/apps/resources/resources/reading/tutorials/wtf_python.yaml new file mode 100644 index 00000000..a25a84fd --- /dev/null +++ b/pydis_site/apps/resources/resources/reading/tutorials/wtf_python.yaml @@ -0,0 +1,8 @@ +description: 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. + 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. +name: WTF Python +title_url: https://github.com/satwikkansal/wtfpython +position: 7 |