what is the use of environment variables in python code example
Example 1: print environment variables windows python
import os
print(os.environ)
Example 2: how to use information from env variables in python
$ pip install python-decouple
Example 3: how to use information from env variables in python
pip3 install python-decouple