Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
461 results
So for example, if we click here, we are in the Python documentation for string methods. And we could now try to find the method ...
76 views
2 years ago
In this episode, we discuss strings, and some of the functions we can use to manipulate them. Key concepts and keywords in this ...
1,070 views
8 years ago
CSharp Examples Regarding String Methods Made Easy JT Devs #CSharp About us ======= JT Devs is a Software consulting ...
24 views
4 years ago
... a string in here, and you see Python introduction consists of 19 characters. Let's have a look at the next functions, min and max.
110 views
Many built-in string methods are implemented in C, and they might bypass your overridden methods. That can lead to inconsistent ...
40 views
10 months ago
Why it is confusing to use the same variable name in the sending function and the receiving function. View an annotated PDF ...
223 views
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
21,428 views
6 years ago
Now let's focus on methods. Methods always come together with the object, and one object could be a string. For example, in here ...
In this video, you'll learn how to replace words easily using Python's .replace() method and understand how string manipulation ...
6 views
7 months ago
Description Welcome to this Python Type Casting tutorial! In this video, you'll learn how to convert between different data types in ...
501 views
1 year ago
Hi, thanks for viewing. Here's how to install PyCharm and Python: ...
124 views
Description Welcome to this Python tutorial where we explore the core data types in Python! In this video, you'll discover: • What ...
291 views
In this quick and powerful Python tutorial, you'll learn how to instantly get the ASCII value of any character using the built-in ord() ...
13 views
9 months ago
The values can have different data types, so you can give back a Boolean value, or an integer value, or a string, or even you can ...
82 views
The `eval()` function parses and evaluates a Python expression passed to it as a string. Here's the syntax: - `expression`: A string ...
189 views
It's a built-in Python function that converts a number or string into an integer. Here's the syntax: int(x=0, base=10) `x`: The value ...
36 views
We can use a function count. I'll scroll back up here to count the number of occurrences of x in a list, a tuple, or in our case, a string ...
94 views
A brief introduction to Lists and Tuples in Python, especially how they are used in various AI/ML frameworks. 00:00 Introduction ...
18 views
1 month ago
... the code block is passed as a string to `exec()`, and it's executed like a normal Python script. `exec()` can also define functions ...
244 views
It's a Python built-in function that transforms a method into a static method. Here's the syntax: staticmethod(function) - `function`: ...
32 views