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
114,015 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 ...
3,666 views
2 years ago
People often confuse the "strip" and "split" string methods. They do different things, but are similar enough (in name and ...
15,729 views
5 years ago
Python 3 Programming Course from Scratch - In this installment of the Python programming course from scratch, you will learn ...
83,700 views
4 years ago
Python #string #methods 00:00:00 useful string methods 00:08:05 exercise # name = input("Enter your name: ") # phone_number ...
280,070 views
3 years ago
In this python tutorial, I show you what rstrip does in python! Let's get coding! ======== Ask Case Digital ======== If you have a ...
621 views
In this video, you will learn how to remove unwanted spaces and characters from strings using Python's built-in trimming functions: ...
14 views
2 months ago
Learn essential Python string operations in this beginner-friendly tutorial! In this video, you'll discover: How to slice strings ...
5 views
3 weeks ago
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,651 views
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,503 views
10 years ago
If you would like to support me, please like, comment & subscribe, and check me out on Patreon: ...
411 views
14 years ago
How do we take user input, and parse it into words, or otherwise clean it up?
8,274 views
How to remove such spaces from a string in the Python programming language. More details: ...
983 views
Python Programming: String Methods in Python (Part 1) Topics discussed: 1. strip() String Method in Python. Python Programming ...
40,951 views
python #tutorial #course 00:00:00 string indexing 00:05:17 last 4 digits exercise 00:06:27 reverse a string exercise 00:07:06 ...
146,274 views
Using Python input function along with string strip and split methods to take an infinite amount of input. https://discord.gg/WWjBg6y ...
3,361 views
8 years ago
Download your free Python Cheat Sheet here: https://realpython.com/cheatsheet Free Python Skill Test with instant level + ...
197,673 views
7 years ago
Resources & Further Learning - Practice notebook → https://rebrand.ly/lmro0nl Chapters 00:00 - Intro 00:18 - Syntax 02:19 ...
58,247 views
1 year ago
This video provides introduction and basic implementation about strip (), lstrip (), rstrip () method in Python Python beginner ...
330 views
This tutorial explains how to strip unwanted characters from strings with some useful examples.
281 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 ...
848 views