ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

929 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

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 Check if a String Ends with Multiple Characters in Python

In this video, we'll explore a common programming challenge in Python: checking if a string ends with multiple characters.

1:31
How to Check if a String Ends with Multiple Characters in Python

5 views

10 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

11 months ago

The Debug Zone
Python String Formatting: How to Center Align Text with Examples

In this video, we dive into the world of Python string formatting, focusing specifically on how to center align text. Whether you're ...

1:31
Python String Formatting: How to Center Align Text with Examples

10 views

1 year 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

10 months 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
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

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

9 months 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

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 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

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
Fastest String Comparison in Python: Tips, Tricks, and Best Practices

In this video, we dive into the world of string comparison in Python, exploring the fastest methods to efficiently compare strings.

3:26
Fastest String Comparison in Python: Tips, Tricks, and Best Practices

4 views

1 year ago

Intro to Programming Concepts
Python string.upper()

Using the string method .upper() to print an uppercase string.

0:22
Python string.upper()

20 views

4 years ago

The Debug Zone
Python Regex: How to Check Upper and Lowercase in Strings Effectively

Whether you're a beginner looking to enhance your string manipulation skills or an experienced programmer seeking to refine ...

3:34
Python Regex: How to Check Upper and Lowercase in Strings Effectively

2 views

1 year ago

The Debug Zone
How to Split a String in Python to Extract a Specific Value

In this video, we'll explore the powerful string manipulation capabilities of Python, focusing on how to split a string to extract ...

1:30
How to Split a String in Python to Extract a Specific Value

12 views

1 year ago