pyformat.info icon indicating copy to clipboard operation
pyformat.info copied to clipboard

Incorporating f-Strings (PEP 498)

Open udincer opened this issue 6 years ago • 3 comments

I come to this website every time I get confused about formatting my strings, thanks for the great content! I think it might be a good time to add f-Strings to the documentation, since it is pretty stable at this point and super useful.

This page comes up ranking first or second on Google every time, so I think it's important to make sure there's at least a mention of f-Strings here. I'd be happy to write a pull request if more resources are needed.

Related to #24

udincer avatar Apr 25 '19 02:04 udincer

This is a duplicate of #50, and somewhat duplicate of #24.

florisla avatar May 17 '19 07:05 florisla

Shameless plug - a few days ago, I launched a new site instead, fstring.help (repo). It focuses solely on f-strings (thus avoiding the issues regarding the current structure). Much of the content is based on pyformat.info (with proper credit, I hope - thanks @ulope, @zerok and others!). I indeed ended up adding some variables to make the f-strings more readable. IMHO that works out fine.

The-Compiler avatar Apr 20 '22 08:04 The-Compiler

Shameless plug - a few days ago, I launched a new site instead, fstring.help (repo). It focuses solely on f-strings (thus avoiding the issues regarding the current structure). Much of the content is based on pyformat.info (with proper credit, I hope - thanks @ulope, @zerok and others!). I indeed ended up adding some variables to make the f-strings more readable. IMHO that works out fine.

This is great, can the maintainers at least link Florians website in the header image or footer image pretty please?

con-f-use avatar Sep 28 '23 13:09 con-f-use