Skip to main content

": The Epic Battle for Python Strings

·54 words·1 min

nitpicks: One of the hotly debated topics (besides tabs vs spaces) is whether to use " or ’ for strings in languages such as Python that allows for both. I tend to lean at ’ because (1) less crowded screen real estate (2) easy to embed paths that do require " around them.

Discussion