Cañete,Brandon L.git-fundamentals-documentation.hashnode.dev·Nov 14, 2024Python .env and .gitignoreWhat is .env file? The .env file is used in projects to store configuration settings, environment variables, and sensitive information securely. It provides a convenient way to manage and organize various parameters that your project needs without h...Python
Monette Nicolasnet150.hashnode.dev·Oct 17, 2024Activity #22: Research: Python FlaskWhat is Flask? Flask is a lightweight and easy-to-use web framework for Python. It’s designed to be simple and flexible, providing the essential tools to build web applications without requiring large overhead. It’s called a "micro-framework" becau...Python Flask