Jonathan Fine writes:
Backtick expressions work exactly like lambdas, except that they are bound to the instance they are created in every time that class is used to create one.
I would if possible very much like to see some real world examples of Python code, that would benefit by being rewritten to use the new syntax.
Note: the usual way of doing this is to find examples in the standard library. It's not perfect, but the stdlib is generally pretty good code to start with, and is written with a fairly consistent style. Yes, those two features makes finding syntax that makes the stdlib more readable a pretty high barrier.
Steve