String Formatting with F-Strings - Python Tips and Tricks #2

preview_player
Показать описание
In today's video we learn about a modern and effective way to format strings in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

🖥️ My Coding Setup 🖥️

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

Thanks buddy I forgot all about the use % as a format type lol😂. Looking forward to more videos from you. Happy New Year 🎉🎉🎉

shinstorm
Автор

Thanks for the video. Also worth noting that since 'f-string' variables are evaluated at the runtime, they tend to be faster comparing to the '.format'

rushas
Автор

Hi, sorry for asking may i know how do you remember to type the code or the command ? Do you memorize by heart?

MatinIndustries