expletive inserted

Does cursing make you feel better? Shit yeah, me too.

expletive inserted header image 4

Entries Tagged as 'python'

Python String Interpolation

June 30th, 2008 · 2 Comments

AKA string formatting, AKA Putting values of variables into strings, AKA that thing you do with the funny symbols to get the values of variables inside strings.
At the most basic level, most programmers find that at some point they need to insert the values of a whole bunch of variables into a string. The naive [...]

[Read more →]

Tags: programming · python