📢 Anuncios 📚 Libros 🎓 Cursos 🏷️ Categorías

Create virtual environments in Python to develop apps in Django 6, Flask or FastAPI

04-12-2025 - Andrés Cruz

Create virtual environments in Python to develop apps in Django 6, Flask or FastAPI

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.

Continuar leyendo


Main environment variables that we can use in Flask

22-05-2023 - Andrés Cruz

Main environment variables that we can use in Flask

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.

Continuar leyendo