Showing 0–0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | q_py_dict_access1_es | Python PredictingFinalResult for demonstrating q_py_dict_access1_es | QuizPET | dictionaries | |
| 2 | q_py_dict_access2_es | Python PredictingFinalResult for demonstrating q_py_dict_access2_es | QuizPET | dictionaries | |
| 3 | q_py_dict_square_es | Python PredictingFinalResult for demonstrating q_py_dict_square_es | QuizPET | dictionaries | |
| 4 | Dictionary Basics | Python BehaviorExample for demonstrating Dictionary Basics | WebEx | dictionaries | |
| 5 | Accessing Dictionary Elements | Python BehaviorExample for demonstrating Accessing Dictionary Elements | WebEx | dictionaries | |
| 6 | 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 | |
| 7 | Iterar sobre elementos (items) de un diccionario | Construye un programa que imprima todos los circulos que son mayores que 5. | jsParsons | dictionaries | |
| 8 | 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 | |
| 9 | 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 | |
| 10 | Letter frequency | Construct a function which counts the frequency of each character in the string given as a parameter and returns a... | jsParsons | dictionaries | |
| 11 | Letter frequency | Construct a program which counts the frequency of each character in string 'Summer' and stores it in a dictionary. Finally,... | jsParsons | dictionaries | |
| 12 | Convertir una lista de tuplas en un diccionario | Construye un programa que imprima mu y oink, en ese orden. | jsParsons | dictionaries | |
| 13 | Manipulación de diccionarios | Construye un programa que imprima un coche Toyota azul. | jsParsons | dictionaries | |
| 14 | access a dictionary | Python PredictingFinalResult for demonstrating access a dictionary | QuizPET | dictionaries, dictionary | |
| 15 | access and mofify a dictionary | Python PredictingFinalResult for demonstrating access and mofify a dictionary | QuizPET | dictionaries, dictionary | |
| 16 | Variable type: Dictionary | Python BehaviorExample for demonstrating Variable type: Dictionary | WebEx | dictionaries, variables | |
| 17 | Adding and Modifying Dictionary Elements | Python BehaviorExample for demonstrating Adding and Modifying Dictionary Elements | WebEx | dictionaries, dictionary, json | |
| 18 | Dictionary manipulation. | Construct a program that prints a blue Toyota car. | jsParsons | dictionaries, dictionary | |
| 19 | Dictionary 2 | Python CodeVisualization for demonstrating Dictionary 2 | JSVEE | dictionaries, dictionary, json | |
| 20 | Dictionary 3 | Python CodeVisualization for demonstrating Dictionary 3 | JSVEE | dictionaries, dictionary, json | |
| 21 | ae_python_dict | Python CodeVisualization for demonstrating ae_python_dict | JSVEE | dictionaries, dictionary | |
| 22 | Dictionary square | Python PredictingFinalResult for demonstrating Dictionary square | QuizPET | classes, data structures, dictionaries, dictionary, stacks | |
| 23 | 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 | |
| 24 | Dictionary Filter | Construct a program that prints out all the circles that are larger than 5. | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 25 | 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 | |
| 26 | 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 | |
| 27 | List to Dictionary | Construct a program that prints out moo and oink, in that order. | jsParsons | classes, data structures, dictionaries, dictionary, stacks | |
| 28 | Dictionary 1 | Python CodeVisualization for demonstrating Dictionary 1 | JSVEE | classes, data structures, dictionaries, dictionary, json, stacks | |
| 29 | My books | The book is described by identifier, title, authors, publisher, unit price and year of publication. There cannot be two books... | PCEX |