Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
When not to use f-strings?
#2
This is not really an answer, but don't forget that templating systems also exist for "complex" string formatting, such as Mako templates. For me, fstrings are only designed for simple string interpolations, in the same category as format() or %.
Reply


Messages In This Thread
When not to use f-strings? - by newbieAuggie2019 - Sep-16-2019, 02:46 AM
RE: When not to use f-strings? - by Gribouillis - Sep-16-2019, 04:54 AM
RE: When not to use f-strings? - by perfringo - Sep-16-2019, 05:56 AM
RE: When not to use f-strings? - by buran - Sep-16-2019, 06:09 AM
RE: When not to use f-strings? - by perfringo - Sep-16-2019, 06:20 AM
RE: When not to use f-strings? - by snippsat - Sep-16-2019, 08:54 AM
RE: When not to use f-strings? - by DeaD_EyE - Sep-16-2019, 08:54 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying to understand strings and lists of strings Konstantin23 2 896 Aug-06-2023, 11:42 AM
Last Post: deanhystad
  Splitting strings in list of strings jesse68 3 1,889 Mar-02-2022, 05:15 PM
Last Post: DeaD_EyE
  Finding multiple strings between the two same strings Slither 1 2,601 Jun-05-2019, 09:02 PM
Last Post: Yoriz
  lists, strings, and byte strings Skaperen 2 4,317 Mar-02-2018, 02:12 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020