https://towardsdatascience.com/python-f-strings-are-more-powerful-than-you-might-think-8271d3efbd7d - хорошая статья о возможностях f-string
#fstring #formatting #str
#fstring #formatting #str
Towards Data Science
Python f-strings Are More Powerful Than You Might Think | Towards Data Science
Learn about the unknown features of Python's f-strings - the formatted string literals - and up your text formatting knowledge and skills
https://www.heurekadevs.com/a-brief-look-at-cpython-string - как устроены строки в cpython
#str #cpython
#str #cpython
Heurekadevs
A Brief Look at CPython String
Have you ever noticed that a string with just a few characters in Python uses several dozen bytes of memory? We handle a lot of short strings, that works on matching offers of the same products together, and I have been wondering why Python seems to store…