Las variaciones sin repetición de elementos tomados de en (de orden ) son los grupos distintos de elementos que se pueden formar con los elementos que tenemos. De esta forma dos grupos se diferencian porque: tienen algún elemento distinto, o porque tienen diferente orden de colocación. Leer más…
Archivos: Lessons
VCR – Introducción
ROE y n,r
A continuación vamos a ver qué son las letras R, O, E, n, r. Se trata de cinco iniciales muy importantes para poder resolver los problemas de conteo de agrupaciones, porque permiten diferenciar las fórmulas que se deben aplicar. ROE Leer más…
Introducción
Bienvenido al curso sobre Combinatoria. En muchas situaciones se nos presenta el problema de contar la cantidad de elementos de una cierta colección. Por ejemplo: ¿Cuántas posibles combinaciones de 4 cartas me pueden tocar en una mano de póquer? ¿Cuántas Leer más…
Bash – Test 01
Syntax, runtime and logical errors
Syntax errors Are errors in the code that the computer cannot interpret, and then the program stops. In Python these errors are often: Spelling errors The omission of important characters (such is a missing colon) Inconsistent use of ‘/’ or Leer más…
Printing different values
In the given example, we are printing different values like integer, float, string and Boolean using print() method in python. # printing integer value print(12) >>> 12 # printing float value print(12.56) >>> 12.56 # printing string value print(«Hello») >>> Hello # Leer más…
Data types – Introduction
In earlier videos, we called out that text written between quotes in Python is called a string. In programming terminology, a string is known as a data type, whether it’s a mobile game or a script used to automatically create Leer más…
Visit the Week I forum and say hello
If you haven’t already visited the Week I forum, stop by now and say hello to your fellow students. I would like you to introduce yourself to the group and also to briefly explain what you think about this learning Leer más…
Meet Marga, the Curriculum Developer
My name is Margarita Manterola. I’m a Site Reliability Engineer in the G Linux team. I’m very passionate about teaching programming to everybody. I think it’s very important that everybody can learn how to tell the computer what to do. Leer más…