Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
191 results
List comprehension = A concise way to create lists in Python # Compact and easier to read than traditional loops # [expression for ...
53,215 views
1 year ago
python list comprehension tutorial example explained #python #list #comprehension # list comprehension = a way to create a ...
37,357 views
4 years ago
Chapters 00:00 - Intro 00:15 - Syntax 02:39 - List comps with strings 04:08 - Conditionals in list comps 04:54 - Generate a list from ...
36,837 views
8 months ago
Python dictionary comprehension tutorial example explained #python #dictionary #comprehension ...
50,609 views
Visually explained how Python List Comprehensions simplify loops and make your code cleaner and faster. List Comprehension ...
6,324 views
1 month ago
python #tutorial #course Python list set tuple tutorial example explained 00:00:00 intro 00:00:49 list 00:09:40 set 00:12:40 tuple ...
618,564 views
3 years ago
In today's video we're going to be exploring the 4 types of list comprehensions that we have in Python. Technically they're not all ...
17,132 views
6 months ago
python #tutorial #course # dictionary = a collection of {key:value} pairs # ordered and changeable. No duplicates capitals ...
449,692 views
python lists tutorial explained #python #lists #list # list = used to store multiple items in a single variable food = ["pizza" ...
42,739 views
5 years ago
Python Programming: List Comprehension in Python Topics discussed: 1. Introduction to List Comprehension. 2. The Syntex of ...
58,839 views
2 years ago
python #tutorial #course # while loop = execute some code WHILE some condition remains true 00:00:00 intro 00:00:50 example ...
707,841 views
Learn how to simplify your Python code using List Comprehension! In this video, Varun sir will break down what list ...
65,179 views
python #tutorial #course 00:00:00 intro 00:06:11 exercise Here are a few different 2d collection combinations: # 2D list of lists ...
114,964 views
Lambda function = A small anonymous function for a one time use (throw away function) # They take any number of arguments, ...
47,955 views
This tutorial covers list (and set/dict) comprehensions which can be used to construct a list, set or dict in a dynamic mathematical ...
36,345 views
6 years ago
To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/daN0E3 Learn ...
92,064 views
How to use lists in Python. Learn Python basics with this Python tutorial for beginners. Subscribe for more Python tutorials like ...
399,182 views
7 years ago
Python #course #tutorial # nested loop = A loop within another loop (outer, inner) # outer loop: # inner loop: rows = int(input("Enter ...
492,621 views
python #coding #programming # Generator Expression = Similar to a list comprehension but uses () instead of [] # Creates a ...
7,150 views
python zip function tutorial example explained #python #zip #function # zip(*iterables) = aggregate elements from two or more ...
21,025 views