wtfpython
python-syntax-errors
| wtfpython | python-syntax-errors | |
|---|---|---|
| 56 | 10 | |
| 36,839 | 352 | |
| 0.2% | -0.3% | |
| 8.5 | 6.0 | |
| 8 months ago | 2 months ago | |
| Python | Python | |
| Do What The F*ck You Want To Public License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wtfpython
- What the Fuck Python
Hi, author of the repo (https://github.com/satwikkansal/wtfpython) here, pleasantly surprised to wake up to this thread about it. The intention of the project is not to put Python in a bad light relative to other languages, the intention was to explore it more deeply through (sometimes contrived) snippets that give non-obvious outputs. I believe for a regular Python programmer, the "Slippery Slopes" section is a must-know. The first section (Strain your brain), does contain some patterns that you may not ever see in real world, the goal there is to just learn about internals. Agreed some of them are very obvious for a well-learned programmer, and some of them aren't even Python specific, it does help a lot of beginner to intermediate programmers. I remember it being given as a supplementary material in one of the CS-based course.
It is curated with something-for-everyone approach, I expect people to learn a thing or two about Python / CS after going through the snippets. I haven't updated it in a while in a major way, but looking at the feedback I'll try to organise them better, and add new snippets (I have a long personal list that I maintain) in a future release!
- Wtfpython
- Ask HN: Is there any programming language that doesn't have WTFs?
After reading this page:
https://github.com/satwikkansal/wtfpython?tab=readme-ov-file#-needles-in-a-haystack-
I wonder if there's any language that thought about all edge cases and avoided exceptions and such gotchas at the design level.
JS is notorious for such WTFs but even Python—which I've used for over a decade now—has surprised me countless times.
Is Haskell also like that? How about Lisps (CL, Racket, Clojure, Scheme, etc.)?
- Interview Gone Wrong
In my mind,I just automatically translate a EXPRESSION1 b EXPRESSION2 c as (a EXPRESSION1 b) and (b EXPRESSION2 c), so there's no ambiguity. But I agree, it can be VERY confusing,so I tend to write code that is easy to read without being a master. for example, think what you would have thought this evaluates to:
False is False is False. If you thought, True, you were right :)
I would recommend to take a look at one of my favourite repos for more[1].
[1]https://github.com/satwikkansal/wtfpython
- Layman's Guide to Python Built-In Functions · Matt Layman
See this for an explanation - https://github.com/satwikkansal/wtfpython?tab=readme-ov-file...
> `all([])` returns True since the iterable is empty.
- What the Fuck Python?
- Valid Python syntax – by Nobody has time for Python
- Multidimensional lists creation, why the weird behavior
Haven’t seen it mentioned in the replies, so here it is. Have a look at “What the f*ck Python? 😱” on GitHub: https://github.com/satwikkansal/wtfpython
- Wat
https://github.com/satwikkansal/wtfpython
"Mutating the immutable" is my personal favourite - the second line of code fails with an exception despite having already succeeded:
>>> t = ([1, 2], 5, 6)
python-syntax-errors
- 仅从Python X.Y开始语法上有效的No-op语句 (No-op statements syntactically valid only since Python X.Y)
- no-op statements syntactically valid only since Python X.Y
- Hacker News top posts: Jun 6, 2022
No-op statements syntactically valid only since Python X.Y\ (90 comments)
- No-op statements syntactically valid only since Python X.Y
- abmagick – abuse ImageMagick to create arbitrary files
- Show HN: Python library to overload functions based on interpreter version
What are some alternatives?
rdm - Our regulatory documentation manager. Streamlines 62304, 14971, and 510(k) documentation for software projects.
compatlib - Python utilities for writing cross-version compatible libraries
Pycco - Literate-style documentation generator.
abmagick - abuse ImageMagick (or GraphicsMagick) to create arbitrary files
python-small-examples - 告别枯燥,致力于打造 Python 实用小例子,更多Python良心教程见 https://ai-jupyter.com
taskipy - the complementary task runner for python