ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

932 results

Roel Van de Paar
String manipulation in Python

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:49
String manipulation in Python

1 view

4 years ago

The Debug Zone
How to Extract String Between Two Dots in Python: A Step-by-Step Guide

In this video, we'll dive into a practical programming challenge: extracting strings between two dots in Python. Whether you're ...

2:42
How to Extract String Between Two Dots in Python: A Step-by-Step Guide

10 views

10 months ago

The Debug Zone
How to Add a New Line Before Specific Characters in a Python String

In this video, we'll explore a practical technique in Python for manipulating strings by adding new lines before specific characters.

2:18
How to Add a New Line Before Specific Characters in a Python String

8 views

11 months ago

The Debug Zone
Why Use str Type in Python? Understanding the Need Beyond Byte Strings

In this video, we delve into the significance of using the `str` type in Python and explore why it is essential to go beyond byte ...

1:54
Why Use str Type in Python? Understanding the Need Beyond Byte Strings

0 views

10 months ago

The Debug Zone
How to Extract Substring After Space in Python: A Step-by-Step Guide

In this video, we'll explore a common task in Python programming: extracting substrings after a space in a given string. Whether ...

1:53
How to Extract Substring After Space in Python: A Step-by-Step Guide

2 views

1 year ago

Roel Van de Paar
string manipulation in python to convert the case of a word that comes next to "caps lock"

string manipulation in python to convert the case of a word that comes next to "caps lock" Helpful? Please use the *Thanks* button ...

1:32
string manipulation in python to convert the case of a word that comes next to "caps lock"

0 views

2 months ago

The Debug Zone
Understanding str.startswith in Python: How It Works and Common Use Cases

In this video, we dive into the powerful string method `str.startswith` in Python, a handy tool for checking if a string begins with a ...

1:31
Understanding str.startswith in Python: How It Works and Common Use Cases

6 views

10 months ago

Python Peak
How does re.sub() replace #patterns in strings? Master String Replacement in Python with re.sub()!

How does re.sub() replace patterns in strings? You can use re.sub() for advanced string replacement. It matches patterns ...

0:32
How does re.sub() replace #patterns in strings? Master String Replacement in Python with re.sub()!

34 views

1 year ago

The Debug Zone
How to Remove Specific Last Character from a String in Python

In this video, we'll explore a common task in Python programming: removing the last character from a string. Whether you're ...

1:59
How to Remove Specific Last Character from a String in Python

1 view

9 months ago

Forti Tip
Letter Frequency analyzer - python for beginners

Letter Frequency analyzer - python for beginners Letters appear in messages in different frequencies, E is the most frequent letter ...

3:26
Letter Frequency analyzer - python for beginners

2,451 views

5 years ago

Roel Van de Paar
String Manipulation: Given two operations on a character 'A', Copy and Paste, find the minimum...

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:32
String Manipulation: Given two operations on a character 'A', Copy and Paste, find the minimum...

28 views

3 years ago

The Debug Zone
Python Tutorial: Count Duplicates in a String - Easy Step-by-Step Guide

In this video, we'll dive into a practical Python tutorial focused on counting duplicates in a string. Whether you're a beginner ...

3:04
Python Tutorial: Count Duplicates in a String - Easy Step-by-Step Guide

2 views

1 year ago

The Debug Zone
Fixing Unwanted Newlines in Multiline Strings with yaml.dump in Python

In this video, we'll tackle a common issue faced by Python developers when working with multiline strings: unwanted newlines.

2:49
Fixing Unwanted Newlines in Multiline Strings with yaml.dump in Python

3 views

11 months ago

The Debug Zone
How to Extract Floats from Strings in Python: A Step-by-Step Guide

... #floatconversion, #stringmanipulation, #pythonstrings, #programmingtips, #codingtutorial, #pythontips, #datatypesinpython, ...

2:17
How to Extract Floats from Strings in Python: A Step-by-Step Guide

7 views

1 year ago

The Debug Zone
How to Check the Last Character of a String in Python: A Step-by-Step Guide

In this video, we'll explore a fundamental aspect of string manipulation in Python: checking the last character of a string. Whether ...

3:43
How to Check the Last Character of a String in Python: A Step-by-Step Guide

1 view

1 year ago

The Debug Zone
How to Treat a String as a File in Python: A Step-by-Step Guide

In this video, we'll explore a powerful feature in Python that allows you to treat strings as files. This technique can simplify data ...

3:47
How to Treat a String as a File in Python: A Step-by-Step Guide

3 views

1 year ago

J David Eisenberg
Chapter 7: Traversing a String

You can use a for or while loop to traverse (iterate through) a string one character at a time.

3:20
Chapter 7: Traversing a String

164 views

3 years ago

Roel Van de Paar
bash - string manipulation get string before or after substring

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

1:45
bash - string manipulation get string before or after substring

24 views

5 years ago

The Debug Zone
Replace Delimited String in Python List with Multiple Items: A Step-by-Step Guide

In this video, we'll explore a common challenge in Python programming: replacing delimited strings within a list with multiple items ...

3:19
Replace Delimited String in Python List with Multiple Items: A Step-by-Step Guide

0 views

8 months ago