Please enable JavaScript to use CodeHS

Introducción a la ciencias de la computación en Python

Description

En esta lección, aprendemos sobre funciones. Las funciones nos permiten dividir nuestro programa en diferentes partes que podemos organizar y reutilizar como nos guste. Las funciones son el principal componente de construcción de los programas complejos de Python.

Objective

Students will be able to:

  • modularize their programs with functions
Description

En esta lección, profundizamos en el concepto de funciones explorando cómo usar los parámetros.

Objective

Students will be able to:

  • Effectively use parameters to customize functions in their programs
Description

En esta lección, exploramos dónde existen las variables y cuál es la diferencia entre una variable local y global.

Objective

Students will be able to:

  • describe the different namespaces with regards to variables and functions
Description

En esta lección, los estudiantes exploran funciones con valores de retorno y profundizan su comprensión y capacidad para usar funciones.

Objective

Students will be able to:

  • remove complexity from their programs by abstracting with functions
  • generalize their functions with parameters
  • chain functions together using return values
Description

En esta lección, los estudiantes exploran la forma de Python de manejar errores con excepciones.

Objective

Students will be able to:

  • create programs that can gracefully handle exceptions
  • continue to function when an error is raised
Description

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

Objective

Students will be able to:

  • Prove their knowledge of functions and exceptions through a multiple choice quiz