string formatting in python (beginner - intermediate) anthony explains #042

preview_player
Показать описание
today I show all the many many ways to format strings in python as well as my recommendations on "one way to do it"!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Was just looking at this earlier, very useful thanks!

goodclover
Автор

the `{point.y=}` format is realy cool, I'll use soon.
Thank you

RodrigoStuchi
Автор

Anthony, how about performance of which method? Is f-string is as fast as other or maybe it is the most time efficient of all methods. I am asking for the case of heavy usage like for logging?

marsma