ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

96 results

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

248 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

J David Eisenberg
Chapter 7: Function Prototypes

Using function prototypes allows you to call functions before you have defined their function body.

5:01
Chapter 7: Function Prototypes

179 views

4 years ago

J David Eisenberg
Chapter 2: The print() function

Various forms of the print() function, including formatting output. Note: at 8:10 I say“I'll pass that on to the format function” -- the ...

10:27
Chapter 2: The print() function

345 views

7 years ago

J David Eisenberg
Chapter 5: if statements

You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...

6:18
Chapter 5: if statements

133 views

4 years ago

NPTEL IIT Bombay
Lecture 14 : Advanced Features of Functions Part 1: Introduction and passing one function to another

Advanced Features of Functions Part 1 : Introduction and passing one function to another.

14:05
Lecture 14 : Advanced Features of Functions Part 1: Introduction and passing one function to another

7,267 views

6 years ago

J David Eisenberg
Chapter 12: Binary Search

When an array has its elements in sorted order, a binary search is a very efficient way to find elements in the array.

5:21
Chapter 12: Binary Search

93 views

4 years ago

J David Eisenberg
Chapter 7: Global and Local Variables

Also: what is variable scope? Note: at 1:00, the narration should be “Is **a** in the current scope? No, it isn't.”

4:44
Chapter 7: Global and Local Variables

167 views

4 years ago

J David Eisenberg
Chapter 12: Using Exceptions

Learn when to use -- and not to use -- exceptions.

4:14
Chapter 12: Using Exceptions

170 views

5 years ago

J David Eisenberg
Chapter 12: Linear Search

Writing an algorithm that finds a value in an array by looking at each item in term from beginning to end.

4:12
Chapter 12: Linear Search

90 views

4 years ago

Chuck Severance
Python for Informatics - Exercise from Chapter 10

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

16:28
Python for Informatics - Exercise from Chapter 10

10,526 views

12 years ago

Jill Jones
Python Chapter 7 Intro to Sets

Video lecture by Jill Jones Center for Computer Studies Magnet Program Carl Hayden High School.

12:33
Python Chapter 7 Intro to Sets

461 views

9 years ago

The Digital Cat
Object-oriented programming in Python - Part 1 - Basic concepts

Welcome to a new series of videos on the Python programming language. This time I want to tackle OOP, Object-oriented ...

8:15
Object-oriented programming in Python - Part 1 - Basic concepts

665 views

6 years ago

makingthematrix
Programming with Functions #3 - Pattern Matching

Keep It Simple Sea Cucumber I'm talking about foundations here: pattern matching as *The Feature* of Scala, case classes, the ...

8:27
Programming with Functions #3 - Pattern Matching

991 views

4 years ago

COMPUTER & EXCEL SOLUTION
Predefined function filter in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

4:41
Predefined function filter in Python@COMPUTEREXCELSOLUTION

27 views

3 years ago

J David Eisenberg
Chapter 2: Augmented Assignment, Increment, and Decrement

Learn about the +=, *=, (etc), ++ and -- operators.

5:24
Chapter 2: Augmented Assignment, Increment, and Decrement

322 views

6 years ago

J David Eisenberg
Chapter 7: Arrays

Learn how to declare, initialize, and iterate through arrays.

11:32
Chapter 7: Arrays

695 views

6 years ago

COMPUTER & EXCEL SOLUTION
Stack linear data structure  Push and POP in Python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

6:35
Stack linear data structure Push and POP in Python@COMPUTEREXCELSOLUTION

74 views

3 years ago

J David Eisenberg
Chapter 5: Using Braces with if/else Statements

When should you use braces around the body of an if/else? (Spoiler alert: always.)

4:54
Chapter 5: Using Braces with if/else Statements

538 views

4 years ago

J David Eisenberg
Chapter 11: Polymorphism (Part 2)

Learn how to determine the runtime class of an object so you can cast it to the orrect data type.

6:12
Chapter 11: Polymorphism (Part 2)

229 views

5 years ago