Dive into the application of basic looping techniques in real scenarios. This course will allow you to apply your Python knowledge to solve practical tasks, developing your skill in real-world applications of simple loops.
Overview
Syllabus
- Lesson 1: Manipulating Arrays to Find Opposite Element Pairs
- Creating Geometric Mean Pairs from an Array
- Pairing Numbers with their Reverse Counterparts in a List
- Summing Up Opposite Elements in an Array
- Lesson 2: Traversing and Summing Even Digits in an Integer
- Calculating Product of Odd Digits in a Number
- Reversing Integer Digits with a While Loop
- Duplicating Digits in an Integer
- Counting Groups of Consecutive Equal Digits in a Number
- Lesson 3: String Character Zigzag Selection
- String Rearrangement in Special Order
- Circular Character Jump in a String
- Reversing String Characters in Triplets
- Lesson 4: Iterating Through an Array from Middle to Ends
- Iterating Array From the Middle to Ends and Calculating Multiplication
- Pairing Array Elements from the Middle to the Ends
- Alternate Traversal of an Array from the Middle to Ends
- Lesson 5: Consecutive Character Grouping in Strings
- Run-Length Encoding of Alphanumeric String
- Identifying Consecutive Groups of Characters in Reverse
- Identifying Consecutive Pairs of Identical Characters in a String