Showing 0-0 of 0 results
# Exercise Title Features Description Platform Keywords
1 Creando un Diccionario de Pares Caracteres-Frecuencia Construye un programa que tenga una función que reciba un string del usuario y cree un diccionario que mapea cada... PCEX dictionaries
2 Creando un Diccionario de Pares Caracteres-Palabras Construye un programa que tenga una función que reciba un string y cree un diccionario que mapea cada carácter a... PCEX dictionaries
3 Creando un Diccionario de Pares Estudiante-Puntajes (Caso 1) Supongamos que tenemos una lista de estudiantes y una lista de sus correspondientes puntajes de exámenes. Construya un programa que... PCEX dictionaries
4 Creando un Diccionario de Pares Estudiante-Puntajes (Caso 2) Supongamos que tenemos una lista de estudiantes y una lista de sus correspondientes puntajes de exámenes. Construya un programa que... PCEX dictionaries
5 Cálculos con diccionarios Construye un programa que calcule el promedio de calificaciones de cada estudiante usando el diccionario `dicc_estudiantes` que ya esta definido... jsParsons dictionaries
6 Iterar sobre elementos (items) de un diccionario Construye un programa que imprima todos los circulos que son mayores que 5. jsParsons dictionaries
7 Iterar sobre un diccionario El diccionario almacen almacena la cantidad de ciertos articulos en bodega. Construye un programa que imprima una lista de todos... jsParsons dictionaries
8 Acceder a los valores de un diccionario Construye un programa que imprima cuantos articulos en total hay en bodega. Puedes asumir que un diccionario llamado almacen ya... jsParsons dictionaries
9 Letter frequency Construct a function which counts the frequency of each character in the string given as a parameter and returns a... jsParsons dictionaries
10 Letter frequency Construct a program which counts the frequency of each character in string 'Summer' and stores it in a dictionary. Finally,... jsParsons dictionaries
11 Convertir una lista de tuplas en un diccionario Construye un programa que imprima mu y oink, en ese orden. jsParsons dictionaries
12 Manipulación de diccionarios Construye un programa que imprima un coche Toyota azul. jsParsons dictionaries
13 q_py_dict_access1_es Python PredictingFinalResult for demonstrating q_py_dict_access1_es QuizPET dictionaries
14 q_py_dict_access2_es Python PredictingFinalResult for demonstrating q_py_dict_access2_es QuizPET dictionaries
15 q_py_dict_square_es Python PredictingFinalResult for demonstrating q_py_dict_square_es QuizPET dictionaries
16 Dictionary Basics Python BehaviorExample for demonstrating Dictionary Basics WebEx dictionaries
17 Accessing Dictionary Elements Python BehaviorExample for demonstrating Accessing Dictionary Elements WebEx dictionaries
18 Dictionary 2 Python CodeVisualization for demonstrating Dictionary 2 JSVEE dictionaries, dictionary, json
19 Dictionary 3 Python CodeVisualization for demonstrating Dictionary 3 JSVEE dictionaries, dictionary, json
20 ae_python_dict Python CodeVisualization for demonstrating ae_python_dict JSVEE dictionaries, dictionary
21 Dictionary manipulation. Construct a program that prints a blue Toyota car. jsParsons dictionaries, dictionary
22 access a dictionary Python PredictingFinalResult for demonstrating access a dictionary QuizPET dictionaries, dictionary
23 access and mofify a dictionary Python PredictingFinalResult for demonstrating access and mofify a dictionary QuizPET dictionaries, dictionary
24 Variable type: Dictionary Python BehaviorExample for demonstrating Variable type: Dictionary WebEx dictionaries, variables
25 Adding and Modifying Dictionary Elements Python BehaviorExample for demonstrating Adding and Modifying Dictionary Elements WebEx dictionaries, dictionary, json
26 Creating a Dictionary of Student-Scores Pairs Assume we have a list of students and a list of their corresponding test scores. Construct a program that has... PCEX dictionaries, dictionary
27 Creating a Dictionary of Character-Count/Words Pairs Construct a program that has a function which receives a string and creates a dictionary that maps each character to... PCEX dictionaries, dictionary
28 Creating a Dictionary of Student-Scores Pairs Assume we have a list of students and a list of their corresponding test scores. Construct a program that has... PCEX dictionaries, dictionary
29 Dictionary 1 Python CodeVisualization for demonstrating Dictionary 1 JSVEE classes, data structures, dictionaries, dictionary, json, stacks
30 Dictionary calculations Construct a program that calculates each student’s average score by using `studentdict` dictionary that is already defined as follows: jsParsons classes, data structures, dictionaries, dictionary, stacks
31 Dictionary Filter Construct a program that prints out all the circles that are larger than 5. jsParsons classes, data structures, dictionaries, dictionary, stacks
32 Dictionary Keys storage-dictionary stores the amount of certain items in storage. Construct a program that prints out a list of all the... jsParsons classes, data structures, dictionaries, dictionary, stacks
33 Dictionary Values Construct a program that prints out how many items in total are in storage. You can assume that a dictionary... jsParsons classes, data structures, dictionaries, dictionary, stacks
34 List to Dictionary Construct a program that prints out moo and oink, in that order. jsParsons classes, data structures, dictionaries, dictionary, stacks
35 Dictionary square Python PredictingFinalResult for demonstrating Dictionary square QuizPET classes, data structures, dictionaries, dictionary, stacks
36 Creating a Dictionary of Character-Count/Words Pairs Construct a program that has a function which receives a string from the user and creates a dictionary that maps... PCEX classes, data structures, dictionaries, dictionary, stacks