In this video, I tried to show how list comprehension can be used in Python programming language with a few examples.
GitHub address: https://github.com/randomaccess2023/M...
Important sections:
00:35 Create a list
01:27 Iterate through the elements using list comprehension
03:15 If statement within list comprehension
04:41 If-else statement within list comprehension
06:12 Range function within list comprehension
08:44 Iterate through a string using list comprehension
10:09 Reverse string using list comprehension
11:23 Nested if condition with list comprehension
13:13 Nested list comprehension
#datascience #python #listcomprehension #jupyternotebook