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
695 results
What happens when a function doesn't return a value? Internally, Python represents this as None. Learn how to gracefully handle ...
355 views
5 days ago
1,002 views
6 days ago
Confused about print vs return in Python? This beginner-friendly video explains why None appears and how to fix it. Python ...
193 views
3 days ago
shorts #coding #programming #pythonprogramming.
0 views
11 hours ago
What happens when a Python function returns nothing? The answer is None! Learn how None is represented internally and how ...
218 views
Are you still returning None in your Python functions? In this video, I'll show you why that's a bad idea and how it silently breaks ...
154 views
2 days ago
Explanation: x = 3, which is not greater than 5 So the if block is skipped x += 5 runs, but there is no return statement after it In ...
216 views
Java's null has a Python equivalent: None. Assigning None means a variable no longer represents a value, making the object ...
219 views
Ever get confused about how return statements actually work inside functions? In this short video, we take a quick demo of the ...
6 views
4 days ago
Learn how to compare two lists in Python and quickly get unique values using just ONE line of code! This Python trick works for ...
Notice how function calls are added to the CALL STACK and then removed later. 00:00 the problem. 00:10 how does max_of_rest ...
51 views
In this video, we learn about functions with return statements in Python, explained in Nepali for easy understanding. You will ...
5 views
Welcome to another video of the FastAPI Series! In this session, we're exploring how to return Pydantic models from FastAPI ...
24 views
pythonforbeginners #functionsinpython #functiontypes In this video, you will learn about Functions with Arguments and Return ...
27 views
Introduces the concept of "higher order" functions -- those which accept a function as a parameter, and/or return a function.
Most people “learn Python”… and still feel lost. In this video, I break down 10 Python concepts that make the language finally click ...
Learn how to capture and store multiple keypresses from a USB keypad in Python using the sshkeyboard library, enabling you to ...
Python Functions & Variables Master Class | Complete Tutorial for Beginners Functions and Variables in Python | Master class ...
15 views
1 day ago
100 Days of Coding | Day 18 – Python Functions Welcome back to Day 18 of the 100 Days of Coding challenge! Today, we ...
23 views
Functions help you organize code, avoid repetition, and make programs easier to understand and maintain. In this video, we ...