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
1,400 results
python #coding #programming # Generator = Function that behaves like an iterator (it can be used in a for loop) # Pauses a ...
40,379 views
7 months ago
python #coding #programming # Generator Expression = Similar to a list comprehension but uses () instead of [] # Creates a ...
11,230 views
python #tutorial #course Python random module tutorial example explained 00:00:00 random module 00:04:32 number guessing ...
135,741 views
3 years ago
Decorator = A function that extends the behavior of another function # w/o modifying the base function # Pass the base function as ...
134,530 views
2 years ago
python #coding #programming # In a terminal: pip install qrcode[pil] import qrcode url = input("Enter the URL: ").strip() file_path ...
261,065 views
python #pythontutorial #pythonprogramming # Iterables = An object/collection that can return its elements one at a time, ...
33,954 views
1 year ago
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
161,176 views
Lambda function = A small anonymous function for a one time use (throw away function) # They take any number of arguments, ...
66,239 views
python #coding #programming # Iterator = An object that returns elements one at a time # from a sequence (or data stream) # and ...
26,173 views
python #tutorial #course # recursion = a function that calls itself from within # helps to visualize a complex problem into basic steps ...
337,988 views
List comprehension = A concise way to create lists in Python # Compact and easier to read than traditional loops # [expression for ...
74,697 views
python #tutorial #course 00:00:00 intro 00:00:19 help("modules") 00:01:01 import x 00:01:28 import x as y 00:01:55 from x import y ...
148,558 views
python #course #tutorial import random import string chars = " " + string.punctuation + string.digits + string.ascii_letters chars ...
184,502 views
python #tutorial #course 00:00:00 intro 00:00:39 *args example 1 00:03:10 *args example 2 00:04:32 **kwargs 00:07:51 exercise ...
158,401 views
Python variable scope tutorial example explained #python #variable #scope ...
38,595 views
5 years ago
00:00:00 .txt 00:03:06 absolute file path 00:04:09 mode="x" 00:05:35 mode="a" 00:06:31 collections 00:08:15 .json 00:10:30 .csv.
85,490 views
Inheritance = Inherit attributes and methods from another class # Helps with code reusability and extensibility # class ...
37,870 views
python #tutorial #course 00:00:00 functions 00:01:49 arguments 00:04:28 exercise #1 00:06:12 return 00:08:27 exercise #2 ...
1,260,877 views
Python sets tutorial explained #python #sets #set #set = collection which is unordered, unindexed. No duplicate values utensils ...
34,857 views
python #tutorial #course # while loop = execute some code WHILE some condition remains true 00:00:00 intro 00:00:50 example ...
824,690 views