Lutz Ostkamp
Data Engineer at Flixbus
Sessions
12-03
12:00
90min
Lightning Talks
Shivay Lamba, Srikanth, Kefentse Mothusi, Shrabastee Banerjee, Roshini Sudhaharan, Ted Conway, Lutz Ostkamp, SARADINDU SENGUPTA, Srivatsa Kundurthy, Aadit Kapoor
Lightning Talks are short 5-10 minute sessions presented by community members on a variety of interesting topics.
Lightning Talks
Talk Track II
10min
How to format strings for logging in Python
Lutz Ostkamp
There are multiple ways in Python to format strings with variables, most notably f-strings, str.format, and the older %-operator formatting, which is used abundantly in the official documentation of the logging module.
I will give a short overview of these methods and focus on how they are different in terms of speed and security.