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
758 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 ...
75 views
2 years ago
A short program that uses string methods to split an address in the form 'City, ST 99999' into three separate variables for the city, ...
81 views
This lecture covers Chapter 6 - Strings from the book Python for Informatics: Exploring Data - www.pythonlearn.com All Lectures: ...
41,699 views
13 years ago
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
1,112 views
4 years ago
Before f-strings were in Python, programmers used the format() method to get formatted output. You might see this notation in ...
105 views
Description Welcome to this Python Type Casting tutorial! In this video, you'll learn how to convert between different data types in ...
391 views
10 months 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 ...
74 views
Learn How to Use Slicing in Python to Work with Sequences Efficiently! In this tutorial, we'll dive into Python's slicing capabilities, ...
4 views
Introducing simple functions in Python. View an annotated PDF transcription of the video: ...
338 views
8 years ago
In this video I show you an overview of unit tests in Python: what they are, how they work and how to write effective ones by ...
100 views
In this video, you'll learn how to replace words easily using Python's .replace() method and understand how string manipulation ...
0 views
2 months ago
Many built-in string methods are implemented in C, and they might bypass your overridden methods. That can lead to inconsistent ...
27 views
5 months ago
Find out about methods that convert strings to upper/lower case, get rid of leading/trailing blanks, and let you find where ...
98 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 ...
92 views
You need to use methods from the String class to compare strings for equal, less than, and greater than.
358 views
6 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,068 views
7 years ago
Description: Master Python Documentation: Learn How to Use Official Python Docs Like a Pro! Python documentation is an ...
838 views
Every programmer should know this easy trick for naming functions irrespective of the programming language he uses. Naming ...
165 views
1 year ago
Unlock personalized mentorship, early access to exclusive AI resources, and join a supportive learning community—sign up now ...
621 views
Learn how to search in a list with Python using multiple ways, some of them will decrease in performance, and decide which one ...
332 views