wtfpython icon indicating copy to clipboard operation
wtfpython copied to clipboard

What the f*ck Python? 😱

Results 116 wtfpython issues
Sort by recently updated
recently updated
newest added

Expected time to finish: 2 weeks. I'll start working on it from next week.

Expected time to finish: ~8 weeks. I'll start working on it from 11.06.2022. Hey, It would be amazing to translate your project to Polish language. Very helpful stuff, and during...

Hi, I have a proposal for a snippet around type annotations. Maybe the title could be a little more catchy. ### ▶ Solving simple equations * ```py # Writing a...

Calling a function without calling it is the explanation of the import statement in python. https://docs.python.org/3/reference/import.html Refer this. Solved issue #273

- When reading the Markdown file with an application with dark background, or when using dark background in Github (with browser modules etc.), somes images are not legible. - Images...

enhancement
Hacktoberfest

I don't see it in the list. Working in a jupyter notebook ~True evaluates to -2. ( ~np.array(True) correctly evaluates to False). Can someone explain the answer ? Does it...

new snippets

Expected time to finish: 4 weeks. I'll be working on my forked version at: https://github.com/Lavedonio/wtfpython-pt-br

If you could give the reason why this behaviour it would be much better, I could not see any reason why that output is. -A

Hello. For personal reasons, I decided to delete the repository with the Spanish translation I made (see PR #252). The link in the README file now points to a 404...

The explanation of "The chicken-egg problem" says: > The relationship between object and type can't be reproduced in pure python. To be more precise the following relationships can't be reproduced...