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
266,141 results
People often confuse the "strip" and "split" string methods. They do different things, but are similar enough (in name and ...
14,657 views
4 years ago
In this python tutorial, I answer the question of what does strip do in python? I'll walk you through the several ways you can use ...
2,316 views
1 year ago
This is just a quick reference guide going over the python build-in methods. In this video, I am showcasing the string .strip() ...
2,196 views
5 years ago
Python 3 Programming Course from Scratch - In this installment of the Python programming course from scratch, you will learn ...
77,818 views
Python #string #methods 00:00:00 useful string methods 00:08:05 exercise # name = input("Enter your name: ") # phone_number ...
227,183 views
3 years ago
To remove unnecessary starting and trailing spaces and whitespaces around a string we can use the strip function. The strip ...
26,765 views
6 years ago
This video shows how to use strip function in Python. It starts by explaining that strip is a string method, and not a function.
26 views
2 months ago
This video provides introduction and basic implementation about strip (), lstrip (), rstrip () method in Python Python beginner ...
293 views
This video shows what is "strip" function and where it is used and how it can be used to remove either a starting or ending element ...
2,529 views
00:00 - Start 00:27 - Using strip to get rid of spaces and special characters 01:27 - Using strip to get rid of specific characters or ...
711 views
In this python programming video tutorial you will learn about string functions (strip lstrip and rstrip) in detail with example.
67,347 views
9 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 ...
491 views
Visually explained Python string functions for text manipulation, formatting, and cleaning with real data examples. If you want ...
41,883 views
7 months ago
Python Programming: String Methods in Python (Part 1) Topics discussed: 1. strip() String Method in Python. Python Programming ...
35,741 views
2 years ago
Python Stripping functions :- It is the most important topic in which we will get a new type of string as in some changes in the same ...
758 views
Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet Free Python Skill Test with instant level + ...
194,348 views
How to Use strip() and split() in Python| Python Challenge Day 23 In this code, the string string2 is initialized with the value ...
348 views