ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

325 results

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

14 views

5 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

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

4 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

10 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

10 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

0 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

5 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

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

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

5 months ago

باحث في الذكاء الاصطناعي Artificial Intelligence
Lesson 19: Exploring Advanced String Manipulation Techniques 🧵✨

خذ مهاراتك البرمجية إلى مستوى جديد مع هذه الحلقة! سنقوم باستكشاف تقنيات متقدمة للتعامل مع النصوص (Strings) باستخدام Python.

29:58
Lesson 19: Exploring Advanced String Manipulation Techniques 🧵✨

41 views

11 months ago

Learn from CTO-X
Python Tutorial - Chapter 4: Mastering Strings & Text Manipulation!

Welcome to Chapter 2 of our Python Tutorial series! In this lesson, we dive deep into strings, one of the most essential data ...

18:15
Python Tutorial - Chapter 4: Mastering Strings & Text Manipulation!

1,248 views

10 months ago

TechQuest eAcademy
Python Crash Course #5: Strings in Python - Beginner to Advanced Explained 🚀

4️⃣ Real-world use cases for string manipulation. 5️⃣ Bonus: The `f-string` method for easier and cleaner formatting.

18:14
Python Crash Course #5: Strings in Python - Beginner to Advanced Explained 🚀

42 views

11 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

3 views

1 month ago