04-12-2025 - Andrés Cruz
venv We're going to learn about virtual environments so we can create our apps in native Python, Flask, Django, or any other language. Essentially, they allow us to have the dependencies of a Python project installed locally and NOT at the OS level.
22-05-2023 - Andrés Cruz
venv We are going to know the use of environment variables, what they work for and know the main ones that we have to take into account when developing an app in Flask.