ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,672 results

timClicks
What is the difference between String and &str in Rust?

This video explains the difference between Rust's two main text types: String and &str. This distinction is one of the most confusing ...

13:27
What is the difference between String and &str in Rust?

1,772 views

4 years ago

PurdueX CS180.1x
String Methods

Purdue's AP Computer Science A on edX.

5:35
String Methods

67 views

9 years ago

Christian Drumm
Python for Beginners - Week 5 Unit 5 - Combining functions

And this is actually already nesting functions. So what happens when this code is evaluated? First, the input function is called.

18:14
Python for Beginners - Week 5 Unit 5 - Combining functions

132 views

2 years ago

Code Maven
Modern Perl Tutorial - part 04 - String functions (lc, uc, length, index, substr)

See the related blog entry at The list of all the blog entries and screencasts can be found on http://perlmaven.com/perl-tutorial ...

12:18
Modern Perl Tutorial - part 04 - String functions (lc, uc, length, index, substr)

4,977 views

14 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)

257 views

7 years ago

Lars Juhl Jensen
Basic stringApp tutorial: Cytoscape app store, STRING protein query, and omics data visualization

A basic bioinformatics tutorial on how to use Cytoscape and the Cytoscape stringApp. I first show how to install stringApp from the ...

4:58
Basic stringApp tutorial: Cytoscape app store, STRING protein query, and omics data visualization

20,009 views

4 years ago

Subhajit Sahu
Comparison of programming languages (string functions) | Wikipedia audio article

This is an audio version of the Wikipedia Article: ...

16:10
Comparison of programming languages (string functions) | Wikipedia audio article

6 views

7 years ago

J David Eisenberg
Chapter 6: Functions

A quick recap of functions, parameters, and arguments. Then a demo of how to debug a script in Thonny.

5:14
Chapter 6: Functions

456 views

7 years ago

Veeru Singh
How to create connection string
12:25
How to create connection string

136 views

8 years ago

Craig Piercy
Python data types: Collections.UserString

`UserString` is a class from Python's `collections` module that acts just like a normal string. But, it's designed to be safely ...

5:03
Python data types: Collections.UserString

26 views

5 months ago

J David Eisenberg
Chapter 6: Characters and Strings

Introduction to character and String variables in Java.

4:22
Chapter 6: Characters and Strings

228 views

4 years ago

J David Eisenberg
Chapter 9: Strings (part 3)

Using the split() function to split a string into a list of substrings.

6:02
Chapter 9: Strings (part 3)

193 views

7 years ago

J David Eisenberg
Chapter 4: Comparing Strings

You need to use methods from the String class to compare strings for equal, less than, and greater than.

4:07
Chapter 4: Comparing Strings

354 views

6 years ago

weecology
Using Functions

An introduction to using built-in functions in R.

8:01
Using Functions

666 views

5 years ago

J David Eisenberg
Chapter 9: Strings (part 2)

Slices, comparison, immutable strings, and the “in” and “not in” operators.

8:01
Chapter 9: Strings (part 2)

159 views

7 years ago

Iris Kohler
[CBIS 112] String Insertion

Concatenation can only get you so far. It's time to learn how to put strings inside of strings.

12:20
[CBIS 112] String Insertion

7 views

2 years ago

J David Eisenberg
Chapter 6: The substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 6: The substring() and indexOf() methods

1,103 views

4 years ago

Lars Juhl Jensen
Cytoscape stringApp: Brief introduction to the app that brings STRING networks to Cytoscape

A brief introduction to the Cytoscape stringApp, a Cytoscape app that allows you to easily import and work with STRING networks ...

4:09
Cytoscape stringApp: Brief introduction to the app that brings STRING networks to Cytoscape

11,885 views

4 years ago

David Largent
Iterating through a string using Python

This shows an example of iterating through a string using a for statement in Python. Each character is printed in a vertical column.

5:40
Iterating through a string using Python

123 views

1 year ago

Christian Drumm
Python for Beginners - Week 5 Unit 6 - Methods vs. functions

Within our unit six, we are talking about methods and functions. So far, we have often used these terms method and function, and ...

7:24
Python for Beginners - Week 5 Unit 6 - Methods vs. functions

74 views

2 years ago