Interacting With Environment Variables in Python

Accessing, exporting and unsetting environment variables with Python

Giorgos Myrianthous
Towards Data Science
4 min readApr 26, 2022

--

Photo by Clarisse Meyer on Unsplash

Introduction

Certain applications may have to make use of variables that have been initialised outside of the program itself, but instead in the environment that the source code is supposed to be executed.

--

--

I strive to build data-intensive systems that are not only functional, but also scalable, cost effective and maintainable over the long term.