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
2,394 results
To remove unnecessary starting and trailing spaces and whitespaces around a string we can use the strip function. The strip ...
26,756 views
6 years ago
This video teaches about the rstrip vs strip string methods in Python. The rstrip method only strips off specified characters from the ...
41 views
1 year ago
In Python, split is a string method that splits a string into a list of strings based on a certain character you pass into split. You can ...
482 views
How do we take user input, and parse it into words, or otherwise clean it up?
7,833 views
4 years ago
In Python, the string strip method gets rid of a character or characters from both sides of the string the strip method was called on.
70 views
2 years ago
Learn how to use the **Python `strip()` function** to clean up your text data by removing leading and trailing spaces from strings.
389 views
3 years ago
This video will discuss WHAT and HOW of String Slicing with fun animation and examples. Please subscribe to our channel for ...
89,712 views
With the split and join method, strings can be easily manipulated. The split method “splits” or divides a string into a list. The join ...
9,957 views
Title: Python - String Functionality Self-description: This video continues a series dedicated to working with strings in ...
7,204 views
What's the difference between a method and a function? Explore Python's built-in functionality for operating on string types.
7,350 views
8 months ago
In this Python Beginner Tutorial, we will begin learning about the string data type. Strings allow us to work with textual data in ...
1,967,227 views
8 years ago
Python's strings have methods for checking whether a string starts or ends with specific text and for removing prefixes and suffixes.
200 views
4 months ago
Ebből a videóból megtanulhatod, hogyan használd a strip() metódust Pythonban. További, magyar nyelvű Python tananyagokért ...
73 views
Need a multi-line string but don't want to include a big block of manually dedented text in your Python code? Use textwrap.dedent!
519 views
In this video, we are going to work on a column from python pandas dataframe, which has extra symbols like $, Rs, USD etc.
190 views
In Python, isdigit returns, unsurprisingly, whether or not the string is entirely digits. isdigit qualifies integers, so numbers without ...
435 views
Python user input tutorial #python #user #input name = input("What is your name?: ") age = int(input("How old are you?: ")) height ...
306,744 views
5 years ago
In Python, startswith determines whether or not a string starts with with certain characters. startswith returns True in Python if the ...
67 views
Welcome to Class 16 of the Python Series on the AnalyticNerd Channel! In this session, we explore more essential string ...
7 views
10 months ago
Stay in the loop INFINITELY: https://snu.socratica.com/python In this Python tutorial, we introduce all the ...
381,260 views
11 years ago