Tutorial for distance on-line learning (by EDUMOTIVA)

4. Documentation of examples on how to organize a course using the selected online platform

In this section a scenario based on Zoom, as a synchronous platform, and Moodle, as an asynchronous platform, will be presented. A suitable topic for higher education is the understanding function’s usefulness in Python.

This scenario is addressed to 2nd or 3rd year university students.

Topic: Function in Python.

Lesson Focus and Goals: This lesson focuses on understanding functions in Python. The main goal is for students to be able to write Python programs which will incorporate functions. 

Learning Objectives:  By the end of this lesson students must be able to:

·         Understand how Python’s functions work and how a function is implemented.

·         Define and write a simple function with one or more parameters.

·         Implement medium complex programs with functions.

·         Recognize the needed function’s length.

·         Knowing in which cases we profit by function’s use