ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

777 results

Roel Van de Paar
String manipulation in Python

String manipulation in Python Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks ...

1:49
String manipulation in Python

1 view

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

4 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

7 views

1 year ago

Roel Van de Paar
String Manipulation: Given two operations on a character 'A', Copy and Paste, find the minimum...

Code Review: String Manipulation: Given two operations on a character 'A', Copy and Paste, find the minimum number of ...

2:32
String Manipulation: Given two operations on a character 'A', Copy and Paste, find the minimum...

28 views

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

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

Roel Van de Paar
bash - string manipulation get string before or after substring

bash - string manipulation get string before or after substring Helpful? Please support me on Patreon: ...

1:45
bash - string manipulation get string before or after substring

23 views

5 years ago

xvzf
Dataframe manipulation in sqlite, python, julia, and R

Code for this video is here: https://github.com/xvzftube/pipes_chains.

3:44
Dataframe manipulation in sqlite, python, julia, and R

717 views

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

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

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

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

7 views

7 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

J David Eisenberg
Chapter 7: Traversing a String

You can use a for or while loop to traverse (iterate through) a string one character at a time.

3:20
Chapter 7: Traversing a String

137 views

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

33 views

10 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

1 year ago

The Debug Zone
Fixing ValueError: Source Code String Cannot Contain Null Bytes in Python

In this video, we tackle a common issue faced by Python developers: the ValueError that arises when source code strings contain ...

3:47
Fixing ValueError: Source Code String Cannot Contain Null Bytes in Python

255 views

1 year ago