Why name spacing using filenames is broken?
Sep 16, 2020 · 2 min read · Two other titles I debated between are "Why library code should always use absolute imports" and the click bait "How I broke python using two simple (innocent) lines of code" Here is the code: import logging logger = logging.getLogger(__name__) Not...
ESean commented