ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

942 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

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

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

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

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()!

33 views

1 year ago

The Debug Zone
How to Split a String Every N Characters in Python: Step-by-Step Guide

In this video, we'll explore a practical and efficient way to split a string into smaller segments of a specified length using Python.

1:32
How to Split a String Every N Characters in Python: Step-by-Step Guide

3 views

2 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

9 views

9 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

The Debug Zone
How to Filter Strings by Keyword in Python: A Step-by-Step Guide

In this video, we'll explore the powerful capabilities of Python for filtering strings based on specific keywords. Whether you're ...

3:42
How to Filter Strings by Keyword in Python: A Step-by-Step Guide

12 views

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

1 view

1 year ago

The Debug Zone
Python String to Float Conversion Error: Handling Negative Numbers

In this video, we dive into a common issue faced by Python developers: converting strings to float values, particularly when ...

1:31
Python String to Float Conversion Error: Handling Negative Numbers

1 view

5 months ago

The Debug Zone
How to Insert Variable Values in Strings in Python: A Complete Guide

... #stringmanipulation, #pythonvariables, #pythonexamples, #softwaredevelopment, #codingbestpractices, #pythonforbeginners.

1:31
How to Insert Variable Values in Strings in Python: A Complete Guide

1 view

1 year ago

The Debug Zone
How to Check if a String Starts with 4 Spaces in Python Easily

In this video, we'll explore a simple yet effective method to determine if a string begins with four spaces in Python. Whether you're ...

3:05
How to Check if a String Starts with 4 Spaces in Python Easily

3 views

6 months ago

The Debug Zone
How to Count Character Occurrences in a String: Python Example and Solutions

In this video, we dive into the essential programming task of counting character occurrences in a string using Python. Whether ...

3:54
How to Count Character Occurrences in a String: Python Example and Solutions

4 views

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

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

9 views

6 months ago

The Debug Zone
How to Check if Any Character in a String is Alphanumeric in Python

In this video, we'll explore a fundamental aspect of string manipulation in Python: checking if any character in a string is ...

3:27
How to Check if Any Character in a String is Alphanumeric in Python

10 views

1 year ago

The Debug Zone
Understanding In-Place String Replacement in Python: str.replace() Explained

In this video, we delve into the powerful string manipulation capabilities of Python, focusing specifically on the `str.replace()` ...

1:30
Understanding In-Place String Replacement in Python: str.replace() Explained

1 view

8 months ago

Roel Van de Paar
DevOps & SysAdmins: String manipulation in the pipeline

DevOps & SysAdmins: String manipulation in the pipeline Helpful? Please support me on Patreon: ...

1:29
DevOps & SysAdmins: String manipulation in the pipeline

1 view

5 years ago

The Debug Zone
Safely Unpacking Results of str.split in Python: Best Practices and Tips

In this video, we delve into the powerful `str.split` method in Python, a fundamental tool for string manipulation. While splitting ...

1:53
Safely Unpacking Results of str.split in Python: Best Practices and Tips

13 views

10 months ago