Anuncios Libros Cursos Categorías

Todo lo que necesitas saber para iniciar en Python

24-03-2024 - Andrés Cruz

Todo lo que necesitas saber para iniciar en Python

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.

Continuar leyendo


Functions in Python, basic use, Scope, basic use, parameters, returns

02-04-2024 - Andrés Cruz

Functions in Python, basic use, Scope, basic use, parameters, returns

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.

Continuar leyendo


Funciones en Python, uso básico, Scope, uso básico, parámetros, retornos

02-04-2024 - Andrés Cruz

Funciones en Python, uso básico, Scope, uso básico, parámetros, retornos

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.

Continuar leyendo


Write CSV with Django

26-03-2024 - Andrés Cruz

Write CSV with Django

Python We will see how to write CSV files using Django and a native Python module

Continuar leyendo


Escribir CSV con Django

26-03-2024 - Andrés Cruz

 Escribir CSV con Django

Python Veremos como escribir archivos CSV empleando Django y un módulo nativo de Python

Continuar leyendo


Unit Testing in Flask with Pytest in Python

28-12-2023 - Andrés Cruz

Unit Testing in Flask with Pytest in Python

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.

Continuar leyendo


Pruebas Unitarias en Flask con Pytest en Python

28-12-2023 - Andrés Cruz

Pruebas Unitarias en Flask con Pytest en Python

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.

Continuar leyendo


Getting Started with Python: Why Python?, Installation and Configuration

20-08-2023 - Andrés Cruz

Getting Started with Python: Why Python?, Installation and Configuration

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.

Continuar leyendo


The MTV design pattern in Django and its relationship to MVC

19-08-2023 - Andrés Cruz

The MTV design pattern in Django and its relationship to MVC

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.

Continuar leyendo


Create virtual environments in Python to develop apps in Django or Flask

19-08-2023 - Andrés Cruz

Create virtual environments in Python to develop apps in Django or Flask

Python We are going to know the virtual spaces to be able to create our apps in native Python, Flask, Django or any other.

Continuar leyendo