ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

79 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

255 views

7 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

187 views

5 years ago

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

263 views

3 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

347 views

8 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

94 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

177 views

5 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

462 views

10 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

MECH 241 - Fluid Mechanics I
The Stream Function

And now, I could have had an arbitrary function of y and, of course, in either case, I could have a constant. I didn't need to put the ...

8:02
The Stream Function

89,048 views

9 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

101 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,316 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

999 views

5 years ago

J David Eisenberg
Chapter 9: Strings (part 1)

Using Python strings. Sorry about the really scratchy voice at the beginning. Oh well. Note: I often use the terms “word” and “letter” ...

11:20
Chapter 9: Strings (part 1)

258 views

7 years ago

J David Eisenberg
Chapter 12: Using Exceptions

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

4:14
Chapter 12: Using Exceptions

173 views

6 years ago

Cody Anderson
9.1 User-Defined Function Example

Find some gumption and learn some functions. We have used built-in functions all the time. Now let's see how we can write our ...

5:37
9.1 User-Defined Function Example

973 views

6 years ago

Tyler Caraza-Harter
CS 320 Sep 16 (Part 3) - Methods

... when i'm inside a method and i do this it's not assuming that it can see these other methods instead of the same class even here ...

16:04
CS 320 Sep 16 (Part 3) - Methods

319 views

5 years ago

J David Eisenberg
Chapter 5: Developing Programs (Part 1)

Up to now, our programs have been small. What is the process to use for developing a larger program? In this video, we'll plan a ...

6:46
Chapter 5: Developing Programs (Part 1)

122 views

5 years ago

J David Eisenberg
Chapter 10: Pointers (part 2) - Pointers and Data Structures

We're going to write a function that lowers the price of the book by a given percent. Because structures are passed by value, the ...

6:11
Chapter 10: Pointers (part 2) - Pointers and Data Structures

166 views

5 years ago

J David Eisenberg
Chapter 3: Multi-way if/else statements

Nesting if/else statements to test multiple conditions -- and a convenient shortcut for writing such statements.

4:48
Chapter 3: Multi-way if/else statements

2,023 views

6 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

6 years ago