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
777 results
String manipulation in Python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...
1 view
3 years ago
In this video, we'll explore a fundamental aspect of string manipulation in Python: checking the last character of a string. Whether ...
1 year ago
In this video, we dive into a common issue faced by Python developers: converting strings to float values, particularly when ...
4 months ago
In this video, we'll explore a fundamental aspect of string manipulation in Python: checking if any character in a string is ...
7 views
Code Review: String Manipulation: Given two operations on a character 'A', Copy and Paste, find the minimum number of ...
28 views
In this video, we'll explore a powerful feature in Python that allows you to treat strings as files. This technique can simplify data ...
0 views
In this video, we'll explore the powerful capabilities of regular expressions in Python, specifically focusing on how to split strings ...
5 views
bash - string manipulation get string before or after substring Helpful? Please support me on Patreon: ...
23 views
5 years ago
Code for this video is here: https://github.com/xvzftube/pipes_chains.
717 views
In this video, we dive into the performance comparison between Python's `startswith()` method and the `in` operator when it comes ...
3 views
10 months ago
Whether you're a beginner looking to enhance your string manipulation skills or an experienced programmer seeking to refine ...
DevOps & SysAdmins: String manipulation in the pipeline Helpful? Please support me on Patreon: ...
4 years ago
In this video, we'll dive into a practical programming challenge: extracting strings between two dots in Python. Whether you're ...
9 views
In this video, we'll explore the essential techniques for reading strings line by line in Python. Whether you're processing text data ...
5 months ago
In this video, we dive into the world of Python string formatting, focusing specifically on how to center align text. Whether you're ...
7 months ago
In this video, we dive into the essential programming task of counting character occurrences in a string using Python. Whether ...
1 month ago
You can use a for or while loop to traverse (iterate through) a string one character at a time.
137 views
2 years ago
How does re.sub() replace patterns in strings? You can use re.sub() for advanced string replacement. It matches patterns ...
33 views
In this video, we'll explore the powerful capabilities of Python for filtering strings based on specific keywords. Whether you're ...
11 views
In this video, we tackle a common issue faced by Python developers: the ValueError that arises when source code strings contain ...
255 views