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
2,735 results
Welcome to Day 34 of Python Interview Questions! Here's today's question: def outer(): x = [] def inner(val): x.append(val) return ...
1,651 views
3 weeks ago
Massive impact. python list comprehension, python interview questions, python coding tricks, pythonic code, python loop shortcut, ...
0 views
2 days ago
Kickstart your IT career with Note Flicks! Preparing for TCS, Infosys, or Accenture interviews in 2025? This video covers the Top 10 ...
76 views
1 month ago
Still struggling with basic Python interview questions? That's exactly why interviews feel harder than they should. Stop guessing ...
15 hours ago
208 views
9 days ago
Welcome to Day 38 of Python Interview Questions! Here's today's concept: class Base: def __init__(self): print("Base init") class ...
1,127 views
2 weeks ago
Python #PythonShorts #LearnPython #PythonTips #Coding #Programming #PythonBeginners #Developer #python ...
5 hours ago
Welcome to Day 37 of Python Interview Questions! Here's today's question: class A: x = [] a1, a2 = A(), A() a1.x.append(1) ...
1,709 views
Master this essential Python coding snippet for interviews on Day 2 of our 100-day challenge! Watch the quick breakdown, code ...
578 views
Tricky Python Interview Question Explained in Seconds | Must-Know Logic #python #interview #question and #answer #program ...
465 views
12 days ago
Q.1 What are the basic data types in Python? Ans: The basic data types in Python are: * Integer: represents whole numbers.
440 views
Welcome to Day 32 of Python Interview Questions! Here's today's question: def deco1(cls): cls.val = 1 return cls def deco2(cls): ...
1,779 views
Welcome to Day 33 of Python Interview Questions! Here's today's question: def make(): funcs = [] for i in range(3): ...
1,683 views
4 weeks ago
This is [:] slicing operation. Start Index (2): Slicing begins at index 2. (Remember Python uses 0-based indexing: O=0, p=1, t=2).
203 views
In this JavaScript interview tutorial, we explain Memoization — one of the most important performance optimization techniques.
3,673 views
3 days ago
Welcome to Day 36 of Python Interview Questions! Here's today's question: class A: def greet(self): print("A") class B(A): def ...
1,207 views
Python interview question and answer! #python #interview #question and #answer #program #programming #language ...
20 views
Welcome to Day 44 of Python Interview Questions! Here's today's tricky snippet: class A: def __new__(cls): return "new" def ...
1,452 views
Welcome to Day 35 of Python Interview Questions! Here's today's tricky question: x = 10 f = lambda x: x + 5 x = 20 print(f(x)) ...
1,058 views
109 views