Skip to content

Commit 79d396a

Browse files
committed
Update description
1 parent f7db9aa commit 79d396a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<p align="center"><img src="/images/logo.png" alt=""></p>
22
<h1 align="center"> What the f*ck Python! 🐍 </h1>
3-
<p align="center"> An interesting collection of tricky Python snippets and lesser known features.</p>
3+
<p align="center"> An interesting collection of surprising snippets and lesser-known Python features.</p>
44

55
[![WTFPL 2.0][license-image]][license-url]
66

77

88
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 to a regular user at first sight.
99

10-
Here is a fun project attempting to collect such classic & tricky examples of unexpected behaviors and lesser known features in Python, and discuss what exactly is happening under the hood!
10+
Here is a fun project to collect such tricky & conter-intuitive examples and lesser-known features in Python, attempting to discuss what exactly is happening under the hood!
1111

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

14-
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/).
14+
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:
15+
16+
If you're a returning reader, you can learn about the new modifications [here](https://github.com/satwikkansal/wtfpython/releases/).
1517

1618
So, here we go...
1719

0 commit comments

Comments
 (0)