Article on differences between Python 2 and Python 3

  • sbvm
    link
    fedilink
    arrow-up
    3
    ·
    4 years ago

    I will say that f-strings have unexpectedly replaced str.format() as my preferred string formatting tool. I don’t like that there are so many and it’s kinda annoying to need to prefix strings with “f” but they are nice.