ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

338 results

Dan Kornas
Python Programming Fundamentals | Python Conditionals

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

11:53
Python Programming Fundamentals | Python Conditionals

411 views

1 year ago

J David Eisenberg
Chapter 8: The while loop in Python

This is a loop to use when you don't know in advance how many iterations you need.

9:58
Chapter 8: The while loop in Python

266 views

7 years ago

Craig Piercy
Python data type: dict

In this video, we will discuss the python data structure: dict. Hey everyone! Welcome back. In today's video, we're diving into one ...

5:32
Python data type: dict

21 views

7 months ago

NERSC
05 Codee identification of defects in parallel code

So in order to control this, this is up to the programmer to decide which data structure is going to use to represent logical matrices.

10:28
05 Codee identification of defects in parallel code

50 views

3 years ago

J David Eisenberg
Chapter 5: break and continue

The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop.

4:21
Chapter 5: break and continue

249 views

6 years ago

Christian Drumm
Python for Beginners - Week 2 Unit 4 - Iterating using the for loop

This control structure in Python or in programming is called a loop. And in Python, we have two kinds of loops. There is a "for" loop ...

15:49
Python for Beginners - Week 2 Unit 4 - Iterating using the for loop

201 views

2 years ago

J David Eisenberg
Chapter 18: Using Exceptions

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

4:14
Chapter 18: Using Exceptions

112 views

4 years ago

J David Eisenberg
Chapter 5: The while loop

Learn how to repeat a section of code as long as a condition is true.

6:21
Chapter 5: The while loop

122 views

2 years ago

Craig Piercy
Python built-in function: repr()

... control the behavior of `repr()`. You'd use `repr()` when: 1. Debugging or inspecting objects to understand their internal structure ...

4:45
Python built-in function: repr()

35 views

8 months ago

Craig Piercy
Python built-in function: pow()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

5:17
Python built-in function: pow()

48 views

8 months ago

Craig Piercy
Python built-in function: globals()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:20
Python built-in function: globals()

49 views

9 months 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

J David Eisenberg
Chapter 3: if and if/else statements

Learn about conditional statements.

5:37
Chapter 3: if and if/else statements

345 views

6 years ago

Craig Piercy
Python built-in function: float()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

5:12
Python built-in function: float()

53 views

10 months ago

J David Eisenberg
Chapter 4: Using Multiple Turtles

Also: planning before programming and what happens if a program doesn't do what you want. This video was not scripted, and it ...

7:49
Chapter 4: Using Multiple Turtles

1,221 views

7 years ago

Craig Piercy
Python built-in function: iter()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

5:41
Python built-in function: iter()

39 views

9 months ago

Craig Piercy
Python built-in function: staticmethod()

The Python programming language has over 60 built-in functions to help you code more efficiently. In this video, we will discuss ...

4:40
Python built-in function: staticmethod()

29 views

8 months ago

J David Eisenberg
Chapter 1: Program Structure and Types of Errors

This is a mini-lecture to accompany Chapter 1 in the book: “How to Think Like a Computer Scientist” at ...

4:45
Chapter 1: Program Structure and Types of Errors

882 views

7 years ago

David Largent
Using if/else statements while iterating through a string using Python

Demonstrates iterating through a string using a for statement in Python. Inside the for loop, if/else statements are used to ...

8:52
Using if/else statements while iterating through a string using Python

65 views

1 year ago

J David Eisenberg
Chapter 4: break and continue

The break statement lets you exit from a loop before the loop condition says it's complete. The continue statement lets you jump to ...

5:41
Chapter 4: break and continue

802 views

4 years ago