Post #4411061
2026-08-06 08:27 UTC
E is for environment variables
Code is input from developer and data & interactions are input from the user. Environment variables are input from the system that runs the code.
You can access them in Python through os.environ and use dotenv to auto-load project specific values.
https://hamatti.org/posts/e-is-for-environment-variables-python-a-to-z/
#Python #Blaugust #Blaugust2026
Replies (1)
-
@welshtroll@gamepad.club 2026-08-06 10:25
@hamatti@mastodon.world Wanted to say. I'm really enjoying these Python posts for Blaugust. Makes me want to dive into using (learning) it more when I can. You know among all the other projects floating in my head lol.