ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

240 results

J David Eisenberg
Chapter 6: Value-Returning and Void Functions

Some functions return values; others don't. What is the difference, and when do you use each type?

5:17
Chapter 6: Value-Returning and Void Functions

214 views

2 years 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()

95 views

9 months ago

Dan Kornas
Python Programming Fundamentals | Python Functions

Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...

11:28
Python Programming Fundamentals | Python Functions

401 views

1 year ago

codingjerk
Python 3.14. What's new?

So, in one month Python 3.14b1 will be released, and in this video I'll show you off most of the important changes that's coming.

12:35
Python 3.14. What's new?

64,055 views

9 months ago

Jacob Itegboje
How to write programs that can make decisions

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
How to write programs that can make decisions

95 views

9 months ago

Christian Drumm
Python for Beginners - Week 5 Unit 7 - Destructuring assignment

So when you use the return statement, as I've shown you here, what actually happens is Python creates a tuple and returns the ...

14:19
Python for Beginners - Week 5 Unit 7 - Destructuring assignment

61 views

2 years ago

Craig Piercy
Python data type: bool

Python has multiple data types and data structures that you can use to store and manipulate data efficiently. In this video, we will ...

4:47
Python data type: bool

33 views

7 months ago

UBC_CPSC_103 _screencasts
Module 1: if statements

The first thing that Python does when evaluating an if statement is check if there is an else clause. If there is, Python replaces the ...

5:13
Module 1: if statements

5,043 views

7 years ago

Meri (Engel) Kasprak - programming videos
PRG-105: Passing Parameters in Python Functions - Scope

Why it is confusing to use the same variable name in the sending function and the receiving function. View an annotated PDF ...

4:12
PRG-105: Passing Parameters in Python Functions - Scope

220 views

8 years ago

Meri (Engel) Kasprak - programming videos
Passing information between functions

Passing information between functions.

9:56
Passing information between functions

82 views

8 years ago

J David Eisenberg
Chapter 6: Functions

A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.

5:14
Chapter 6: Functions

455 views

7 years ago

J David Eisenberg
Chapter 6: Functions

A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.

5:14
Chapter 6: Functions

124 views

2 years ago

Chuck Severance
Python for Informatics Exercise 6.7

This is from Python for Informatics - Exploring Information. www.pythonlearn.com.

5:28
Python for Informatics Exercise 6.7

9,717 views

12 years ago

Solve Computer Science
Real-world Python code optimizations

In this video I explain the optimizations for the upcoming version of md-toc (8.2.1). You'll see an in-depth analysis about some ...

15:07
Real-world Python code optimizations

31 views

2 years ago

J David Eisenberg
Chapter 6: Functions--Local and Global variables

Learn about local variables, which “belong” to a function, and global variables, which are available to all functions.

9:39
Chapter 6: Functions--Local and Global variables

250 views

7 years ago

Programming threads
One Variable That Holds EVERYTHING? | Python Lists Explained Simply

Stop Creating 100 Variables! Learn Python Lists in 5 Minutes | Animated Tutorial Tired of managing dozens of separate variables ...

5:38
One Variable That Holds EVERYTHING? | Python Lists Explained Simply

27 views

2 months ago

Shriram Krishnamurthi
How do Function Calls Work?

How does the function call-and-return stack work?

5:11
How do Function Calls Work?

1,348 views

5 years ago

Programming threads
Stop Writing Constructors with 10+ Parameters! | Builder Pattern

Master the Builder Pattern in Python! Learn how to solve the telescoping constructor problem using this essential creational ...

5:06
Stop Writing Constructors with 10+ Parameters! | Builder Pattern

129 views

1 year ago

AeStudios
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

Python Basics in Tamil, this video covers about if else statement, loops and getting input from user also installing libraries Let's ...

5:13
Python Basics Part 1| IF ELSE, LOOPS| USER INPUT | LIBRARIES | #aestudios

186 views

5 years ago

UBC_CPSC_103 _screencasts
Module 6: Applying the reference rule

Our problem statement tells us that this function takes a list of reviews and we know that we need to return a formatted string.

7:55
Module 6: Applying the reference rule

1,871 views

7 years ago