Please enable JavaScript to use CodeHS

Programación en Python 1 y 2

Description

En esta lección, los alumnos aprenderán cómo se almacenan las listas 2d y cómo utilizar la indexación y el troceado para extraer elementos concretos de una lista de listas.

Objective

Students will be able to:

  • Use 2d lists to store information in rows and columns
Description

En esta lección, los alumnos aprenderán a utilizar las comprensiones de lista para modificar los elementos de una lista con una sola línea de código.

Objective

Students will be able to:

  • Perform list comprehensions in order to alter all items in a list at once
Description

En esta lección, los alumnos aprenderán cómo empaquetar y desempaquetar hace que asignar variables a los elementos de una lista sea muy fácil y rápido.

Objective

Students will be able to:

  • Pack and unpack lists in order to quickly and efficiently assign variables to list items
Description

En esta lección, los alumnos verán en qué se diferencian los diccionarios de otras estructuras de datos y por qué son útiles.

Objective

Students will be able to:

  • Use dictionaries to structure data
Description

En esta lección, los alumnos repasan el contenido con un Cuestionario de la Unidad de 15 preguntas.

Objective

Students will be able to:

  • Prove their knowledge of data structures through a multiple choice quiz