A Python String Formatting Tutorial

preview_player
Показать описание
In this python tutorial, we briefly explore string formatting with str_format() as an alternative to concatenation and % formatting. We look into alignment, padding, and truncating strings with python. We also explore formatting numbers into exponential notation, hexadecimal, octal and binary in a string.

*********************
More Content from Me
*********************

*********************
Connect with Me
*********************
Рекомендации по теме
Комментарии
Автор

really like f-string formatting though. padding section was awesome. thank you

horoshuhin
Автор

Great work! This playlist is very helpful.

HarshitGuptaAwesomeDude