René's URL Explorer Experiment


Title: wtfpython 😱

direct link

Domain: wtfpython-interactive.vercel.app

apple-mobile-web-app-capableyes

Links:

wtfpython repositoryhttps://github.com/satwikkansal/wtfpython
pyiodidehttps://github.com/pyodide/pyodide
Structure of the Exampleshttps://wtfpython-interactive.vercel.app#structure-of-the-examples
Usagehttps://wtfpython-interactive.vercel.app#usage
First things first! *https://wtfpython-interactive.vercel.app#▶-first-things-first-
Strings can be tricky sometimeshttps://wtfpython-interactive.vercel.app#▶-strings-can-be-tricky-sometimes
Be careful with chained operationshttps://wtfpython-interactive.vercel.app#▶-be-careful-with-chained-operations
How not to use is operatorhttps://wtfpython-interactive.vercel.app#▶-how-not-to-use-is-operator
Hash brownieshttps://wtfpython-interactive.vercel.app#▶-hash-brownies
Deep down, we're all the same.https://wtfpython-interactive.vercel.app#▶-deep-down-were-all-the-same
Disorder within order *https://wtfpython-interactive.vercel.app#▶-disorder-within-order-
Keep trying... *https://wtfpython-interactive.vercel.app#▶-keep-trying-
For what?https://wtfpython-interactive.vercel.app#▶-for-what
Evaluation time discrepancyhttps://wtfpython-interactive.vercel.app#▶-evaluation-time-discrepancy
is not ... is not is (not ...)https://wtfpython-interactive.vercel.app#▶-is-not--is-not-is-not-
A tic-tac-toe where X wins in the first attempt!https://wtfpython-interactive.vercel.app#▶-a-tic-tac-toe-where-x-wins-in-the-first-attempt
Schrödinger's variablehttps://wtfpython-interactive.vercel.app#▶-schr%C3%B6dingers-variable-
The chicken-egg problem *https://wtfpython-interactive.vercel.app#▶-the-chicken-egg-problem-
Subclass relationshipshttps://wtfpython-interactive.vercel.app#▶-subclass-relationships
Methods equality and identityhttps://wtfpython-interactive.vercel.app#▶-methods-equality-and-identity
All-true-ation *https://wtfpython-interactive.vercel.app#▶-all-true-ation-
The surprising commahttps://wtfpython-interactive.vercel.app#▶-the-surprising-comma
Strings and the backslasheshttps://wtfpython-interactive.vercel.app#▶-strings-and-the-backslashes
not knot!https://wtfpython-interactive.vercel.app#▶-not-knot
Half triple-quoted stringshttps://wtfpython-interactive.vercel.app#▶-half-triple-quoted-strings
What's wrong with booleans?https://wtfpython-interactive.vercel.app#▶-whats-wrong-with-booleans
Class attributes and instance attributeshttps://wtfpython-interactive.vercel.app#▶-class-attributes-and-instance-attributes
yielding Nonehttps://wtfpython-interactive.vercel.app#▶-yielding-none
Yielding from... return! *https://wtfpython-interactive.vercel.app#▶-yielding-from-return-
Nan-reflexivity *https://wtfpython-interactive.vercel.app#▶-nan-reflexivity-
Mutating the immutable!https://wtfpython-interactive.vercel.app#▶-mutating-the-immutable
The disappearing variable from outer scopehttps://wtfpython-interactive.vercel.app#▶-the-disappearing-variable-from-outer-scope
The mysterious key type conversionhttps://wtfpython-interactive.vercel.app#▶-the-mysterious-key-type-conversion
Let's see if you can guess this?https://wtfpython-interactive.vercel.app#▶-lets-see-if-you-can-guess-this
Modifying a dictionary while iterating over ithttps://wtfpython-interactive.vercel.app#▶-modifying-a-dictionary-while-iterating-over-it
Stubborn del operationhttps://wtfpython-interactive.vercel.app#▶-stubborn-del-operation
The out of scope variablehttps://wtfpython-interactive.vercel.app#▶-the-out-of-scope-variable
Deleting a list item while iteratinghttps://wtfpython-interactive.vercel.app#▶-deleting-a-list-item-while-iterating
Lossy zip of iterators *https://wtfpython-interactive.vercel.app#▶-lossy-zip-of-iterators-
Loop variables leaking out!https://wtfpython-interactive.vercel.app#▶-loop-variables-leaking-out
Beware of default mutable arguments!https://wtfpython-interactive.vercel.app#▶-beware-of-default-mutable-arguments
Catching the Exceptionshttps://wtfpython-interactive.vercel.app#▶-catching-the-exceptions
Same operands, different story!https://wtfpython-interactive.vercel.app#▶-same-operands-different-story
Name resolution ignoring class scopehttps://wtfpython-interactive.vercel.app#▶-name-resolution-ignoring-class-scope
Rounding like a banker *https://wtfpython-interactive.vercel.app#▶-rounding-like-a-banker-
Needles in a Haystack *https://wtfpython-interactive.vercel.app#▶-needles-in-a-haystack-
Splitsies *https://wtfpython-interactive.vercel.app#▶-splitsies-
Wild imports *https://wtfpython-interactive.vercel.app#▶-wild-imports-
All sorted? *https://wtfpython-interactive.vercel.app#▶-all-sorted-
Midnight time doesn't exist?https://wtfpython-interactive.vercel.app#▶-midnight-time-doesnt-exist
Okay Python, Can you make me fly?https://wtfpython-interactive.vercel.app#▶-okay-python-can-you-make-me-fly
goto, but why?https://wtfpython-interactive.vercel.app#▶-goto-but-why
Brace yourself!https://wtfpython-interactive.vercel.app#▶-brace-yourself
Let's meet Friendly Language Uncle For Lifehttps://wtfpython-interactive.vercel.app#▶-lets-meet-friendly-language-uncle-for-life
Even Python understands that love is complicatedhttps://wtfpython-interactive.vercel.app#▶-even-python-understands-that-love-is-complicated
Yes, it exists!https://wtfpython-interactive.vercel.app#▶-yes-it-exists
Ellipsis *https://wtfpython-interactive.vercel.app#▶-ellipsis-
Inpinityhttps://wtfpython-interactive.vercel.app#▶-inpinity
Let's manglehttps://wtfpython-interactive.vercel.app#▶-lets-mangle
Skipping lines?https://wtfpython-interactive.vercel.app#▶-skipping-lines
Teleportationhttps://wtfpython-interactive.vercel.app#▶-teleportation
Well, something is fishy...https://wtfpython-interactive.vercel.app#▶-well-something-is-fishy
+= is fasterhttps://wtfpython-interactive.vercel.app#▶--is-faster
Let's make a giant string!https://wtfpython-interactive.vercel.app#▶-lets-make-a-giant-string
Slowing down dict lookups *https://wtfpython-interactive.vercel.app#▶-slowing-down-dict-lookups-
Bloating instance dictshttps://wtfpython-interactive.vercel.app#▶-bloating-instance-dicts-
Minor Ones *https://wtfpython-interactive.vercel.app#▶-minor-ones-
Contributinghttps://wtfpython-interactive.vercel.app#contributing
Acknowledgementshttps://wtfpython-interactive.vercel.app#acknowledgements
🎓 Licensehttps://wtfpython-interactive.vercel.app#🎓-license
Surprise your friends as well!https://wtfpython-interactive.vercel.app#surprise-your-friends-as-well
Need a pdf version?https://wtfpython-interactive.vercel.app#need-a-pdf-version
f5 labshttps://f5labs.org/

Viewport: width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0


URLs of crawlers that visited me.