ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

421 results

Python Code Camp
How To Remove Characters From A String

python #pythonshorts #shorts Learn how to effortlessly remove specific characters from a string in Python using the replace ...

0:49
How To Remove Characters From A String

1,416 views

10 months ago

CharlesGPT
print("-".join(['String', 'Manipulations', 'In', 'Python🐍✂️']))

PythonStrings #beginners #TextManipulation Unleash the power of string manipulation in Python with this engaging 2026 tutorial!

32:09
print("-".join(['String', 'Manipulations', 'In', 'Python🐍✂️']))

19 views

3 months ago

codewit
Python string manipulation - guitar tablature with Anthony

Anthony shows how to use string manipulation in Python to create and edit guitar tablature (guitar tab). Learn and practice how to ...

14:25
Python string manipulation - guitar tablature with Anthony

13 views

5 months ago

codewit
Python string manipulation - plants with Mel

Mel shows how to use string manipulation in Python to describe plants. Learn and practice how to code with Mel and others at ...

5:53
Python string manipulation - plants with Mel

2 views

5 months ago

codewit
Python string manipulation - shoes with Julian

Julian shows how to use string manipulation in Python to detail information about shoes for sneakerheads. Learn and practice ...

11:09
Python string manipulation - shoes with Julian

7 views

5 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

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

3 months ago

Python Peak
What’s the #secret to reversing strings efficiently? Unlock the #secret to Reversing Strings in

Join us to discover how this simple trick can make your string manipulation tasks easier and more efficient! GitHub Free Source ...

0:19
What’s the #secret to reversing strings efficiently? Unlock the #secret to Reversing Strings in

412 views

11 months ago

Python4Dummies
Cool List Manipulation in Python

This is a cool powerful way to manipulate lists in python! #python #programming #coding.

0:05
Cool List Manipulation in Python

352 views

5 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

3 months ago

The Debug Zone
Comparing Python's startswith() vs. in() for String Performance: A Speed Test

In this video, we dive into the performance comparison between Python's `startswith()` method and the `in` operator when it comes ...

1:54
Comparing Python's startswith() vs. in() for String Performance: A Speed Test

3 views

9 months ago

Debug With Moh
How to Reverse a String in Python For Dummies

Here is how to quickly and easily reverse a string in Python In this short video, I'll show you how slicing works to reverse any string ...

0:28
How to Reverse a String in Python For Dummies

261 views

5 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 a String into an Array in Python: A Step-by-Step Guide

In this video, we'll explore the fundamental concept of string manipulation in Python by learning how to split a string into an array.

4:27
How to Split a String into an Array in Python: A Step-by-Step Guide

6 views

11 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

9 months ago

The Debug Zone
Python 3: How to Sort Strings in Perfect Alphabetical Order

... seeking to refine your string manipulation techniques, this tutorial will guide you through various methods and best practices.

4:11
Python 3: How to Sort Strings in Perfect Alphabetical Order

1 view

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

4 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

Python Peak
What’s the hack for flattening nested lists? Flatten Nested Lists in Python Like a Pro!

What's the hack for flattening nested lists? Flattening nested lists can be tricky and time-consuming. But using itertools.chain ...

0:19
What’s the hack for flattening nested lists? Flatten Nested Lists in Python Like a Pro!

460 views

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

0 views

1 day ago