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
1,970 results
In this video we will look at how to slice lists and strings in Python. Slicing allows us to extract certain elements from these lists and ...
501,162 views
10 years 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 ...
763 views
2 years ago
lstrip and rstrip in Python are two string methods that perform stripping functionality. Python's string lstrip method removes all ...
118 views
1 year ago
How do we take user input, and parse it into words, or otherwise clean it up?
8,268 views
5 years ago
To remove unnecessary starting and trailing spaces and whitespaces around a string we can use the strip function. The strip ...
26,910 views
6 years ago
Python string slice tutorial example explained #python #slice() #slicing # slicing = create a substring by extracting elements from ...
79,065 views
In this Python Beginner Tutorial, we will begin learning about the string data type. Strings allow us to work with textual data in ...
2,123,959 views
9 years ago
What's the difference between a method and a function? Explore Python's built-in functionality for operating on string types.
8,642 views
This video teaches about the rstrip vs strip string methods in Python. The rstrip method only strips off specified characters from the ...
52 views
Python reading files tutorial example explained #python #read #file try: with open('test.txt') as file: print(file.read()) except ...
132,700 views
Stay in the loop INFINITELY: https://snu.socratica.com/python In this Python tutorial, we introduce all the ...
385,150 views
12 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.
73 views
Python's strings have methods for checking whether a string starts or ends with specific text and for removing prefixes and suffixes.
325 views
Regular expressions can be quite confusing so many developers steer away from them. However, they are so powerful that I use ...
23,865 views
3 years ago
python string methods tutorial example explained #python #string #methods name = "Bro" print(len(name)) #technically this is a ...
53,367 views
Concept: print formatting using comma print formatting with strings Python provides several methods of formatting strings in the ...
1,814 views
PythonX can cut every shape your fabrication shop produces: beams, channels, angle iron, HSS – square & rectangular, flat bar ...
23,570 views
8 years ago
With the split and join method, strings can be easily manipulated. The split method “splits” or divides a string into a list. The join ...
10,091 views
7 years ago
In this Python tutorial, we delve into the 'startswith' and 'endswith' string methods. These powerful tools let us verify whether a ...
109 views
Amad covers everything you need to know about Stripe - what it is, how it works, and why it's so popular! *Try Stripe:* ...
150,906 views