Stop Hardcoding Values in Python Apps - Use JSON Configuration Files Instead | Better Data Science

preview_player
Показать описание
Appologies for the background noise, there's some construction work being done near my house.

Still hardcoding values in Python apps? That's a terrible idea. Learn how to use JSON configuration files instead.

00:00 Introduction
00:55 How to write a JSON configuration file
02:51 How to use JSON configuration file in Python
07:35 Outro

FOLLOW BETTER DATA SCIENCE

FREE “LEARN DATA SCIENCE MASTERPLAN” EBOOK

GEAR I USE
Рекомендации по теме
Комментарии
Автор

how can i dynamically point my main.py to use dev, QA, or a Prod environment?

chriskeo