Search for tag: "loops"

Use case - Transform strings

How to use loops to transform strings into other strings

From  Simon Pauw 0 likes 498 plays 0  

Use case - Filtering lists with for

How to use a foor loop to filter elements from a list in Python

From  Simon Pauw 0 likes 677 plays 0  

Use case - Nested loops

Using loops inside of other loops in Python.

From  Simon Pauw 0 likes 935 plays 0  

Use case - Filtering with for

How do filtering using a for loop?

From  Simon Pauw 0 likes 879 plays 0  

While 3 - Common Mistakes

Some common mistakes with using while loops.

From  Simon Pauw 0 likes 825 plays 0  

Use case - While for input validation

How to use a while loop for input validation?

From  Simon Pauw 0 likes 1 plays 0  

For 2 - Loop over lists

How to use a for loop to iterate over lists.

From  Simon Pauw 0 likes 879 plays 0  

While 2 - when to use

When to use a while loop in stead of a for loop in Python

From  Simon Pauw 0 likes 890 plays 0  

While 1 - Basics

How to use a while loop in Python?

From  Simon Pauw 0 likes 967 plays 0