Python 3.13's best new features

from blog Simon Willison's Weblog, | ↗ original
Python 3.13's best new features Trey Hunner highlights some Python 3.13 usability improvements I had missed, mainly around the new REPL. Pasting a block of code like a class or function that includes blank lines no longer breaks in the REPL - particularly useful if you frequently have LLMs write code for you to try out. Hitting F2 in the REPL...