<div dir="ltr">> On Tue, Aug 30, 2016 at 3:13 PM Eric V. Smith <<a href="mailto:eric@trueblade.com">eric@trueblade.com</a>> wrote:<br>> >On 08/30/2016 07:02 AM, Philipp A. wrote:<br>> > Also the name “f-strings” is really misleading: They’re composite<br>> > expressions that evaluate to strings. They can only be considered<br>> > strings if you have no braced code parts in them. So I’m also still in<br>> > favor of renaming them (e.g. to “f-literals”).<br>> I don't have much of an opinion here. I think there's not a lot of<br>> confusion to be had by calling them f-strings, but I think someone who<br>> works with teaching python might have a better handle on that.<br><br>The problem is that "literal" is a technical term in the domain of compilers, and not a well known or self-explanatory term. Especially for beginners. I'd suggest something like "Format expression".<div><br></div><div>~Elazar</div></div>