ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

165 results

Create Vision
Return Statement  - Python Programming

Computer Science South Africa A return statement is used to end the execution of the function call and it "returns" the value of the ...

1:57
Return Statement - Python Programming

8 views

1 month ago

KnowEdge3
19-Python Basics - Functions & Reusability - Parameters & Return Values

This video is part of the Python Basics series, helping you build a strong foundation in programming with Python. Disclaimer: This ...

14:10
19-Python Basics - Functions & Reusability - Parameters & Return Values

8 views

3 months ago

NFDI4Earth
Introduction to Functions in Python

... the def keyword, passing parameters, calling functions with input values, and using the return statement for further calculations.

6:24
Introduction to Functions in Python

33 views

10 months ago

The Debug Zone
How to Return 1 or 0 in Programming Without Using Conditions: A Guide

In this video, we explore a fascinating programming challenge: how to return 1 or 0 without relying on traditional conditional ...

3:02
How to Return 1 or 0 in Programming Without Using Conditions: A Guide

0 views

1 month ago

The Debug Zone
How to Handle Function Return Values in Python: Tips and Best Practices

In this video, we delve into the essential topic of handling function return values in Python. Understanding how to effectively ...

2:18
How to Handle Function Return Values in Python: Tips and Best Practices

13 views

4 months ago

The Debug Zone
How to Return Multiple Values from a Function in Python: A Complete Guide

In this video, we'll explore the powerful concept of returning multiple values from a function in Python. Whether you're a beginner ...

3:03
How to Return Multiple Values from a Function in Python: A Complete Guide

3 views

2 months ago

CharlesGPT
def Python Functions, None & Scope 2026🚀🐍

pythonforbeginners #learnpython #pythonfunctions Transform how you understand Python with this beginner-friendly, ...

32:18
def Python Functions, None & Scope 2026🚀🐍

10 views

3 months ago

Virtual University of Pakistan
Function with Arguments and Return Value | Programming Using Python | CS306_Topic027

CS306 - Programming Using Python, Topic027: Function with Arguments and Return Value, By Dr. Naveed Akhtar Malik Course ...

8:11
Function with Arguments and Return Value | Programming Using Python | CS306_Topic027

1,986 views

8 months ago

The Debug Zone
Understanding 'else: return True' vs 'return True' in Python Explained

In this video, we dive into the nuances of Python's control flow by exploring the differences between 'else: return True' and 'return ...

1:49
Understanding 'else: return True' vs 'return True' in Python Explained

12 views

8 months ago

Jacob Itegboje
Python for Beginners: Learn Logic

If you're a new developer or a student just starting to wrap your head around logical operations and truth tables, the terms nullary ...

12:20
Python for Beginners: Learn Logic

95 views

8 months ago

The Debug Zone
Calling CTypes Functions with Pointer Return Values in Numba @jit

In this video, we delve into the powerful capabilities of Numba's @jit decorator, specifically focusing on how to call CTypes ...

3:04
Calling CTypes Functions with Pointer Return Values in Numba @jit

8 views

11 months ago

Nida Karagoz
How to use the apply function to return a list to new column in Pandas (2 SOLUTIONS!!)

How to use the apply function to return a list to new column in Pandas (2 SOLUTIONS!!) ✧ I really hope you found a helpful ...

2:05
How to use the apply function to return a list to new column in Pandas (2 SOLUTIONS!!)

0 views

9 months ago

Virtual University of Pakistan
Functions with Multiple Return Values Using Tuples | Programming Using Python | CS306_Topic029

CS306 - Programming Using Python, Topic029: Functions with Multiple Return Values Using Tuples, By Dr. Naveed Akhtar Malik ...

6:43
Functions with Multiple Return Values Using Tuples | Programming Using Python | CS306_Topic029

1,449 views

8 months ago

10 days of Python with AI
Day 1 Python Basics - Functions

Begin understanding the python code generated with your LLM. ☞Want to help us reaching 1k subscribers to keep creating ...

18:24
Day 1 Python Basics - Functions

8 views

4 months ago

The Debug Zone
Using Return in Lambda Functions: Common Challenges and Solutions Explained

In this video, we delve into the intricacies of using the `return` statement within lambda functions, a powerful feature in ...

2:16
Using Return in Lambda Functions: Common Challenges and Solutions Explained

2 views

2 months ago

The Debug Zone
How to Mock Method Return Values in Unit Testing: A Step-by-Step Guide

In this video, we dive into the essential practice of mocking method return values in unit testing. Whether you're a beginner or ...

1:31
How to Mock Method Return Values in Unit Testing: A Step-by-Step Guide

3 views

6 months ago

Infin1teXploit
Learn Python FAST FOR FREE! 🚀 The Ultimate Beginner's Guide (No Experience Required!)

... (33:55) List Functions ⌨️ (39:36) Tuples ⌨️ (42:14) Functions ⌨️ (46:37) Return Statement ⌨️ (50:17) If Statements.

58:13
Learn Python FAST FOR FREE! 🚀 The Ultimate Beginner's Guide (No Experience Required!)

52 views

9 months ago

EuroPython Conference
The art of yield — Maxim Danilov

EuroPython 2025 — North Hall on 2025-07-18] *The art of yield by Maxim Danilov* ...

32:35
The art of yield — Maxim Danilov

168 views

1 month ago

Hooshmand Lab - لابراتوار هوشمند
آموزش ساده return در تابع ها در پایتون | What Is a Return Statement & How to Use It in Functions

آیا تا حالا فکر کردی فرق یک تابع واقعی با یه قطعه کد معمولی چیه؟ پاسخش ساده‌ست: کلمه کلیدی return! در این ویدیوی آموزشی به زبان ...

9:25
آموزش ساده return در تابع ها در پایتون | What Is a Return Statement & How to Use It in Functions

36 views

6 months ago

Craig Piercy
Python built-in function: id()

It's a built-in Python function that returns the unique identifier of an object. Here's the syntax: id(object) `object`: The object whose ...

4:25
Python built-in function: id()

88 views

9 months ago