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
305,667 results
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,388 views
1 year ago
People often confuse the "strip" and "split" string methods. They do different things, but are similar enough (in name and ...
14,718 views
4 years ago
Python 3 Programming Course from Scratch - In this installment of the Python programming course from scratch, you will learn ...
78,063 views
Hola a todos! En este video, exploramos el método strip() en Python, una herramienta poderosa para limpiar espacios ...
895 views
In this python programming video tutorial you will learn about string functions (strip lstrip and rstrip) in detail with example.
67,367 views
9 years ago
Visually explained Python string functions for text manipulation, formatting, and cleaning with real data examples. If you want ...
44,811 views
7 months ago
Python #string #methods 00:00:00 useful string methods 00:08:05 exercise # name = input("Enter your name: ") # phone_number ...
229,369 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,773 views
6 years 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,198 views
5 years ago
Python Programming: String Methods in Python (Part 1) Topics discussed: 1. strip() String Method in Python. Python Programming ...
35,937 views
2 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.
27 views
2 months ago
This video provides introduction and basic implementation about strip (), lstrip (), rstrip () method in Python Python beginner ...
293 views
En este video aprenderás a usar el método .strip(), .rstrip() y .lstrip() en strings. Todo esto en una libreta de Google Colaboratory.
1,499 views
Confused about Python's text methods? 🤯 In this video, I explain clearly and directly how the most commonly used string ...
49 views
6 months 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 ...
502 views
73 views
How to remove such spaces from a string in the Python programming language. More details: ...
858 views
El strip lo que hace es eliminar los espacios en blanco al principio al final de un String aá por ejemplo ahí qué pasó qué pasó ...
113 views