28-12-2023 - Andrés Cruz
Python We will use Pytest to perform unit testing, we will talk about the package, installation, configuration and performing a test on a project in Flask.
28-12-2023 - Andrés Cruz
Python Usaremos Pytest para realizar las pruebas unitarias, hablaremos sobre el paquete, instalación, configuración y realizar una prueba en un proyecto en Flask.
20-08-2023 - Andrés Cruz
Python It explains the advantages of the Python programming language in software development, how to get hold of the Python installer, and how to install and configure Python on a Windows PC.
19-08-2023 - Andrés Cruz
Python We are going to talk about basic details that we must know before working with Django, such as knowing what a framework is, a pattern and the MVC pattern and its variation known in Django as MTV.
19-08-2023 - Andrés Cruz
Python We are going to know the virtual spaces to be able to create our apps in native Python, Flask, Django or any other.
08-11-2023 - Andrés Cruz
Python We will see how to create a simple authentication system with FastAPI using SQLAlchemy together with a token system, generate tokens, remove them, verify expiration and much more.
08-11-2023 - Andrés Cruz
Python Veremos como crear un sistema sencillo de autenticación con FastAPI empleando SQLAlchemy junto con un sistema de tokens, generar los tokens, removerlos, verificar expiración y mucho más.
27-07-2023 - Andrés Cruz
Python We'll talk about some changes we need to make when upgrading a project in Pydantic FastAPI 1 to 2.
27-07-2023 - Andrés Cruz
Python Hablaremos sobre algunos cambios que debemos de realizar al actualizar un proyecto en FastAPI de Pydantic 1 a 2.
17-07-2023 - Andrés Cruz
Python We will see how to uninstall all the packages of a project in Python.