Introduction to Python Programming: Repeats

Introduction to Python Programming: Repeats

Learn to read, write, and solve real-life problems with Python.

rate limit

Code not recognized.

About this course

Repeating code in Python refers to the process of executing a certain block of code multiple times, which is achieved using loops. Loops allow you to iterate over a sequence of values or perform a specific task repeatedly until a certain condition is met. This course will explain how repeating code or "repeats" is essential for automating tasks, processing large amounts of data, and implementing patterns or behaviors that require consistent execution.

This course is part of the ten course series in the Introduction to Python Programming learning path.

Curriculum00:43:13

  • Course Preparation
  • How to Use Anaconda Notebooks
  • Setup Instructions
  • Repeats
  • Repeats: From map to loop, iterables, and for loops 00:08:26
  • Repeats: FizzBuzz example and enumerate + Challenge 00:09:13
  • Repeats: while loops and infinite loops/break 00:07:38
  • Repeats: List comprehension 00:07:35
  • Repeats: Recursion and tqdm + Challenge 00:10:21

About this course

Repeating code in Python refers to the process of executing a certain block of code multiple times, which is achieved using loops. Loops allow you to iterate over a sequence of values or perform a specific task repeatedly until a certain condition is met. This course will explain how repeating code or "repeats" is essential for automating tasks, processing large amounts of data, and implementing patterns or behaviors that require consistent execution.

This course is part of the ten course series in the Introduction to Python Programming learning path.

Curriculum00:43:13

  • Course Preparation
  • How to Use Anaconda Notebooks
  • Setup Instructions
  • Repeats
  • Repeats: From map to loop, iterables, and for loops 00:08:26
  • Repeats: FizzBuzz example and enumerate + Challenge 00:09:13
  • Repeats: while loops and infinite loops/break 00:07:38
  • Repeats: List comprehension 00:07:35
  • Repeats: Recursion and tqdm + Challenge 00:10:21