ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,451 results

Meri (Engel) Kasprak - programming videos
PRG-105: Try and Except Statements in Python

Try and Except statements in Python checking for value errors and input/output errors. View an annotated PDF transcription of the ...

4:21
PRG-105: Try and Except Statements in Python

376 views

8 years ago

Craig Piercy
Python built-in function: print()

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

4:53
Python built-in function: print()

18 views

8 months ago

Craig Piercy
Python built-in function: eval()

`eval()` only works with valid Python expressions (not full statements like `if` or `def`). 2. It dynamically evaluates the expression ...

4:25
Python built-in function: eval()

139 views

10 months ago

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

Craig Piercy
Python Function Video: Compile()

`'single'` compiles a single statement. Use `compile()` when: - You need to dynamically execute Python code. - You're building ...

3:52
Python Function Video: Compile()

56 views

10 months ago

Dan Kornas
Python Programming Fundamentals | Python Handling Files

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

8:30
Python Programming Fundamentals | Python Handling Files

443 views

1 year ago

Craig Piercy
Python built-in function video: locals()

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

4:58
Python built-in function video: locals()

40 views

9 months ago

Craig Piercy
Python data type: UserDict

Python has multiple data types and data structures that you can use to store and manipulate data efficiently. Some of them are ...

6:11
Python data type: UserDict

63 views

6 months ago

Eric Phetteplace
Python Match-Case Statement Example

Example of using Python's relatively new (3.10+) Match...Case statement.

3:07
Python Match-Case Statement Example

29 views

1 year ago

Craig Piercy
Python keyword video reference: CONTINUE

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:55
Python keyword video reference: CONTINUE

10 views

1 year ago

Dan Kornas
Python Programming Fundamentals | Python Loops

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

20:23
Python Programming Fundamentals | Python Loops

623 views

1 year ago

Craig Piercy
Python Built-in Function: anext()

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

3:18
Python Built-in Function: anext()

288 views

11 months ago

Dan Kornas
Python Programming Fundamentals | Python Dictionaries

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

10:48
Python Programming Fundamentals | Python Dictionaries

578 views

1 year ago

EmacsConf and Emacs hangouts
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)

https://emacsconf.org/2025/talks/swanky You can view this and other resources using free/libre software at ...

21:04
EmacsConf 2025: Swanky Python: Interactive development for Python - Scott Zimmermann (he/him)

567 views

1 month 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

67 views

1 year ago

Programming threads
Python vs. JavaScript: The Switch Case Showdown

In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...

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

159 views

1 year ago

Craig Piercy
Python data types: collections.userlist

Python has multiple data types and data structures that you can use to store and manipulate data efficiently. Some of them are ...

4:52
Python data types: collections.userlist

21 views

5 months ago

Craig Piercy
Python keyword video reference: PASS

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:44
Python keyword video reference: PASS

7 views

1 year ago

Craig Piercy
Python keyword video reference: FOR

Learning Python begins with learning the Python vocabulary. This video series describes each of Python's reserved keywords.

2:42
Python keyword video reference: FOR

8 views

1 year ago

Craig Piercy
Python built-in function: exec()

Unlike `eval()`, `exec()` can execute full Python statements, including loops, function definitions, and class declarations. 2.

4:12
Python built-in function: exec()

138 views

10 months ago