Tech Tip Tuesday - Store API keys in python

preview_player
Показать описание
In this Tech Tip Tuesday video we share how to securely store secrets like API keys or other credentials environment variables. To do this we use the python dotenv project to store secrets in a .env file and load them into local memory. Subscribe for more tech tips, on Tuesdays and other days
Рекомендации по теме
Комментарии
Автор

what if you want to publish the code in github?

oooooOwOooooo