ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,052 results

J David Eisenberg
Chapter 7: Using String Methods

A short program that uses string methods to split an address in the form 'City, ST 99999' into three separate variables for the city, ...

3:45
Chapter 7: Using String Methods

81 views

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

6 months ago

The Debug Zone
Python 3 String Decoding: Common Issues and Solutions Explained

In this video, we dive into the intricacies of string decoding in Python 3, a crucial aspect for developers working with text data.

3:53
Python 3 String Decoding: Common Issues and Solutions Explained

4 views

1 year ago

Selfstudy Space
Lesson 14: String replace & strip function in Python - Master Python from scratch for beginners

The Complete Python for Beginners:Master Python from scratch Python Programming full Basics for Python Programmers & Data ...

3:10
Lesson 14: String replace & strip function in Python - Master Python from scratch for beginners

70 views

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

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

33 views

10 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

0 views

11 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

11 months ago

The Debug Zone
How to Read a String Line by Line in Python: A Step-by-Step Guide

In this video, we'll explore the essential techniques for reading strings line by line in Python. Whether you're processing text data ...

1:37
How to Read a String Line by Line in Python: A Step-by-Step Guide

0 views

5 months ago

The Debug Zone
How to Split Strings with Regex in Python Without Removing Delimiters

In this video, we'll explore the powerful capabilities of regular expressions in Python, specifically focusing on how to split strings ...

3:44
How to Split Strings with Regex in Python Without Removing Delimiters

5 views

1 year ago

PyVerse
strings are immutable in python | what is immutable string | #6

in this video tutorial we are going to learn about strings that how strings are immutable in python we will discuss it's one method to ...

2:19
strings are immutable in python | what is immutable string | #6

19 views

5 years ago

The Debug Zone
Understanding Python's str.isdigit, isnumeric, and isdecimal: Key Differences Explained

In this video, we delve into the nuances of Python's string methods: `str.isdigit`, `isnumeric`, and `isdecimal`. While they may seem ...

1:30
Understanding Python's str.isdigit, isnumeric, and isdecimal: Key Differences Explained

10 views

5 months ago

Applied Language Technology
Manipulating text in Python: join a list into a string

In this video, I will show you how to join a Python list into a string using the "join" method. ✨ Check out the learning materials ...

1:43
Manipulating text in Python: join a list into a string

697 views

3 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

8 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

9 views

4 months ago

Python Peak
How to safely convert bytes to strings in Python? Safe Byte to String Conversion in Python Revealed!

How to safely convert bytes to strings in Python? Use the decode() method to convert bytes to strings. Be aware of ...

0:34
How to safely convert bytes to strings in Python? Safe Byte to String Conversion in Python Revealed!

9 views

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

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

11 views

11 months ago