In this video you will learn about Nested list comprehension with matrix calculations and also deepens your understanding of iterations and indexing.
Before approaching to array concepts with e.g. Numpy it is important to understand that matrices are also covered by python built-in functions.
Those concepts should help especially Data Science & Machine Learning interested people.
Video on List Comprehension:
• LIST COMPREHENSION in Python
Video on Nested Loops:
• Nested Loops and Patterns in Python
0:00 - 0:58 Creating matrices with list of lists
0:58 - 02:10 List of list/matrix indexing
02:10 - 03:20 Determinant with indexing
03:20 - 07:25 Nested loops on matrices
07:25 - 09:21 Nested list comprehension on matrices
09:21 - 12:51 Transposed matrix with nested list comprehension