Search for tag: "python"

Debugging 2 - Logical errors

How to deal with logic errors in Python. Use…

+2 More
From  Simon Pauw 0 likes 1,176 plays 0  

Debugging 1 - Type of problem

Identifying three different type of problems that…

+1 More
From  Simon Pauw 0 likes 1,160 plays 0  

Continue - Basics

How to use the continue statement in Python.

+2 More
From  Simon Pauw 0 likes 10 plays 0  

Pass - Basics

How to use the pass statement in Python

+2 More
From  Simon Pauw 0 likes 8 plays 0  

Break - Basics

How to (not) use the break statement in Python

+2 More
From  Simon Pauw 0 likes 20 plays 0  

Main function 2 - with import

Defining a main function is particularly useful…

+3 More
From  Simon Pauw 0 likes 94 plays 0  

Main function 1 - For better design

How to define a main function to improve the…

+3 More
From  Simon Pauw 0 likes 456 plays 0  

Tuples 1 - Basics

How to use tuples in Python

+2 More
From  Simon Pauw 0 likes 995 plays 0  

Use case - Transform strings

How to use loops to transform strings into other…

+3 More
From  Simon Pauw 0 likes 969 plays 0  

Use case - Filtering lists with for

How to use a foor loop to filter elements from a…

+4 More
From  Simon Pauw 0 likes 1,235 plays 0  

Use case - Nested loops

Using loops inside of other loops in Python.

From  Simon Pauw 0 likes 1,570 plays 0  

While 3 - Common Mistakes

Some common mistakes with using while loops.

From  Simon Pauw 0 likes 1,432 plays 0  

Use case - While for input validation

How to use a while loop for input validation?

+3 More
From  Simon Pauw 0 likes 2 plays 0  

Functions 4 - Functions as parameters

How to use functions as parameters for other…

+2 More
From  Simon Pauw 0 likes 485 plays 0  

Functions 3 - Multiple Return Values

How to return more than one value using functions…

+2 More
From  Simon Pauw 0 likes 1,045 plays 0  

Functions 2 - Multiple Parameters

How to define and use functions that have more…

+2 More
From  Simon Pauw 0 likes 1,211 plays 0