YOU’RE LEARNING TO↗learner can read environment variables using os.environ and os.getenv with safe defaults
↗learner can load .env files for local development and explain why they must never be committed
↗learner can read structured configuration from .ini files with configparser
↗learner can apply the 12-factor app principle of separating config from code