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,361 plays 0  

Debugging 1 - Type of problem

Identifying three different type of problems that…

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

Continue - Basics

How to use the continue statement in Python.

+2 More
From  Simon Pauw 0 likes 11 plays 0  

Pass - Basics

How to use the pass statement in Python

+2 More
From  Simon Pauw 0 likes 9 plays 0  

Break - Basics

How to (not) use the break statement in Python

+2 More
From  Simon Pauw 0 likes 23 plays 0  

Main function 2 - with import

Defining a main function is particularly useful…

+3 More
From  Simon Pauw 0 likes 152 plays 0  

Main function 1 - For better design

How to define a main function to improve the…

+3 More
From  Simon Pauw 0 likes 643 plays 0  

Tuples 1 - Basics

How to use tuples in Python

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

Use case - Transform strings

How to use loops to transform strings into other…

+3 More
From  Simon Pauw 0 likes 1,174 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,455 plays 0  

Use case - Nested loops

Using loops inside of other loops in Python.

From  Simon Pauw 0 likes 1,783 plays 0  

While 3 - Common Mistakes

Some common mistakes with using while loops.

From  Simon Pauw 0 likes 1,655 plays 0  

Use case - While for input validation

How to use a while loop for input validation?

+3 More
From  Simon Pauw 0 likes 3 plays 0  

Functions 4 - Functions as parameters

How to use functions as parameters for other…

+2 More
From  Simon Pauw 0 likes 544 plays 0  

Functions 3 - Multiple Return Values

How to return more than one value using functions…

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

Functions 2 - Multiple Parameters

How to define and use functions that have more…

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