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
651 results
In this lesson, you'll learn how to use useful string methods to work with, format and check text in Python. We'll start by ...
5 views
2w ago
strip() removes whitespace from the start and end of a Python string spaces, tabs, and newlines. It returns a new string; it does not ...
40 views
3w ago
In this video we look at using the .lower() .upper() & .strip() functions to refine user input a bit better (e.g. removing unwanted ...
33 views
4w ago
Learn how to clean and preprocess raw text data in Python using 8 essential string methods. Test your skills in this hands-on ...
71 views
Master essential Built-in String Methods in Python with simple, runnable examples and outputs in this beginner-friendly explainer ...
2 views
Lesson 6 of Python for Beginners by AnnZee Learning! Let's make text powerful with string methods and f-strings - two tools you'll ...
9 views
Learn the important difference between **stripping and removing strings in Python**. This video explains `strip`, `lstrip`, `rstrip`, ...
30 views
2d ago
Turn messy user input like " jOHN smiTH " into a polished "Hello, John Smith!" using only Python string tools. • Learn to create ...
29 views
Learn how to clean, transform, search, and split text using Python string methods. This video demonstrates: strip() lower(), upper(), ...
4 views
In this video, we'll learn how to clean DNA and RNA sequences in Python by removing unwanted characters using the strip() ...
67 views
In the seventh lesson of the Python Programming Basics series, we cover strings in depth – text methods like upper, lower, strip, ...
12 views
11d ago
En este video de práctica aprenderemos a manipular cadenas de texto de forma profesional. Utilizando un caso de uso real, ...
🚀 Welcome to Lesson 9 of our Python Course! In this lesson, you'll learn how to use Python's most common string methods to ...
16 views
TITLE Python Strings Explained | String Methods, Indexing, Slicing, Formatting and Concatenation | Python Tutorial 08 ...
Este video corresponde únicamente al EXTRA del DÍA 4/180 de mi reto para convertirme en Backend Developer Jr con Python.
3 views
Class 9 of Python Full Course in English. In this class, we will continue learning Strings in Python with important string methods ...
130 views
A Python string is a sequence of characters written between quotes, and it is Python's type for text. This video writes strings with ...
1d ago
Python strings, start to finish: making one, reaching into it, changing it, searching it, and splitting it apart. Every line runs in real ...
261 views
9d ago
Welcome to Python Tutorial – Part 31! In this video, we'll learn Python String Methods that are essential for working with and ...
57 views
Strings are the data type you'll touch in almost every Python program. This lesson covers everything from slicing and methods to ...
91 views
12d ago