Environment Variables vs Secrets in Python20200102095608
Environment Variables vs Secrets in Python
Zachary FlowerLast Updated: March 17, 2021basics of python, environment variables, python programming, secrets
Environment variables are excellent for managing environmental configurations, but they're not inherently secure. Per environment passwords, API keys...
Flask vs Django: Comparing REST API Creation20190912100052
Flask vs Django: Comparing REST API Creation
Zachary FlowerLast Updated: April 13, 2022activepython, activestate platform, API creation, django, flask, python programming
In the web-driven world that we currently live in, APIs are king, and when it comes to Python, there are two popular choices for building a scalable, ...