ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

40 results

J David Eisenberg
Chapter 4: Using a Boolean to control an input loop

In a preceding video, we had duplicated code to read the user input outside the loop and inside the loop. To avoid duplicated ...

3:38
Chapter 4: Using a Boolean to control an input loop

387 views

4 years ago

Programming threads
Python's WEIRD For-Else Loop (And Why It Exists)

Python for else loop explained! Learn how the for-else statement works with break statements in Python. This controversial Python ...

2:10
Python's WEIRD For-Else Loop (And Why It Exists)

1,119 views

1 year ago

J David Eisenberg
Chapter 5: The while loop

Introduction to loops, with the *while* loop, which continues as long as a condition is true.

3:23
Chapter 5: The while loop

361 views

6 years ago

Programming threads
Python vs. JavaScript: The Switch Case Showdown

... *control statements* *dictionaries* *switch statement* *match statement* *case labels* #controlstructures , #pythondictionary.

2:24
Python vs. JavaScript: The Switch Case Showdown

159 views

1 year ago

Programming threads
The Weirdest Python Construct You’ve Never Used

Key notions to remember: *while else construct* *break statement in while loops* #pythonlearning, #controlstructures.

0:51
The Weirdest Python Construct You’ve Never Used

566 views

1 year ago

J David Eisenberg
Chapter 5: Nested if statements

Some decision structures require you to put if statements inside if statements. That's called a “nested if” statement.

3:10
Chapter 5: Nested if statements

109 views

4 years ago

J David Eisenberg
Chapter 6: Using booleans to control a while loop:

You can use booleans in the condition of a while loop. This will avoid duplicate code in a loop that asks for user input.

3:13
Chapter 6: Using booleans to control a while loop:

246 views

4 years ago

J David Eisenberg
Chapter 5: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 5: The do/while loop

298 views

6 years ago

J David Eisenberg
Chapter 5: if/else-if chains (part 2)

This video explains the difference between writing an if/else-if chain and separate if statements.

3:23
Chapter 5: if/else-if chains (part 2)

77 views

4 years ago

J David Eisenberg
Chapter 6: Iterating through an Array
1:34
Chapter 6: Iterating through an Array

265 views

4 years ago

J David Eisenberg
Chapter 8: Passing Data Structures to Functions

Let's take the program from the preceding video and add a function that displays the information in a food structure. We'll call this ...

3:28
Chapter 8: Passing Data Structures to Functions

221 views

4 years ago

J David Eisenberg
Chapter 4: Relational Operators
2:05
Chapter 4: Relational Operators

212 views

4 years ago

J David Eisenberg
Chapter 4: Using loops for user input

A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.

3:26
Chapter 4: Using loops for user input

206 views

4 years ago

J David Eisenberg
Chapter 4: A variant of the "for" loop

You can do multiple initializations and iteration actions within a for loop. Here's how it works.

2:18
Chapter 4: A variant of the "for" loop

331 views

4 years ago

Hao-Wen (Herman) Dong 董皓文
MusPy – A toolkit for Symbolic Music Generation (ISMIR 2020)

"MusPy: A Toolkit for Symbolic Music Generation," International Society for Music Information Retrieval Conference (ISMIR), 2020 ...

3:57
MusPy – A toolkit for Symbolic Music Generation (ISMIR 2020)

1,625 views

5 years ago

J David Eisenberg
Chapter 11: Polymorphism and Casting

Find out the limits of using casting when working with polymorphism.

2:32
Chapter 11: Polymorphism and Casting

276 views

5 years ago

J David Eisenberg
Chapter 2: Naming Variables

Guidelines for giving your variables meaningful names.

2:34
Chapter 2: Naming Variables

726 views

6 years ago

UC Computer Science Education
Finite State Automata - 3 - What it Looks Like

Here we take a look at an example Automaton and go through its basic properties. Apologies for the poor audio in this one.

1:58
Finite State Automata - 3 - What it Looks Like

4,714 views

8 years ago

J David Eisenberg
Chapter 7: Passing and Returning Arrays

How to pass arrays to methods and return arrays as results.

3:17
Chapter 7: Passing and Returning Arrays

296 views

6 years ago

Matthew Renze
Intro to Data - 04-05 - Composite Data Types

In an information economy, data is the new oil! Data Science is transforming the world around us. Machine learning, deep ...

1:13
Intro to Data - 04-05 - Composite Data Types

1,648 views

6 years ago