Lesson Overview

In this lesson, you will learn the the concept of functions within Python and how to utilise them for a good design. Additionally, you will also learn to use lists as a data collection for your work.

Activities for Practice

  • Write a function to count the occurrences of a specific element in a list.
  • Write functions to find the maximum and minimum values in a list.
  • Write a function to check if a given string is a palindrome. A palindrome is a word, phrase, or sequence that reads the same backwards as forwards, e.g. madam.

Contact us at codewithoutwords@gmail.com if you have any issues or need any guidance.

Lesson Transcript

Welcome to the first lesson in our Python programming course. In this lesson, we will cover the basics of Python, including how to write your first program, understand Python syntax, and perform basic operations...