24-03-2024 - Andrés Cruz
Python Conoceremos desde hacer un hola mundo en Python empleando la consola interactiva o archivos pasando por conocer los condicionales, ciclos, funciones, módulos listas, tipos de datos, concatenaciones y casteos.
02-04-2024 - Andrés Cruz
Python We will see how to use functions in Python, their syntax, as well as their importance for reusing code and passing data through arguments, returns, among others.
02-04-2024 - Andrés Cruz
Python Veremos como emplear las funciones en Python, su sintaxis al igual que hablraremos de su importancia para reutilizar código y pase de datos mediante argumentos, retornos entre otros.
26-03-2024 - Andrés Cruz
Python We will see how to write CSV files using Django and a native Python module
26-03-2024 - Andrés Cruz
Python Veremos como escribir archivos CSV empleando Django y un módulo nativo de Python
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.