ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

185 results

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

11 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

22 views

11 months ago

Roel Van de Paar
string manipulation in python to convert the case of a word that comes next to "caps lock"

string manipulation in python to convert the case of a word that comes next to "caps lock" Helpful? Please use the *Thanks* button ...

1:32
string manipulation in python to convert the case of a word that comes next to "caps lock"

0 views

2 months ago

The Debug Zone
Understanding str.startswith in Python: How It Works and Common Use Cases

In this video, we dive into the powerful string method `str.startswith` in Python, a handy tool for checking if a string begins with a ...

1:31
Understanding str.startswith in Python: How It Works and Common Use Cases

6 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

9 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

10 views

11 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

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

9 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

10 views

10 months ago

The Debug Zone
Python Guide: Extracting Specific Bits from Bytes Easily Explained

In this video, we dive into the fascinating world of Python programming, focusing on a crucial skill: extracting specific bits from ...

1:29
Python Guide: Extracting Specific Bits from Bytes Easily Explained

11 views

10 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

3 views

6 months ago

The Debug Zone
How to Capture Text After a Specific Character in a Python String

In this video, we'll explore a practical technique in Python for extracting text from a string after a specific character. Whether you're ...

1:52
How to Capture Text After a Specific Character in a Python String

1 view

10 months ago

Peter Schneider
Mathematica: How to get string representation (like repr in Python)

How to get string representation (like repr in Python) I hope you found a solution that worked for you :) The Content is licensed ...

2:59
Mathematica: How to get string representation (like repr in Python)

2 views

11 months ago

The Debug Zone
How to Convert a Byte Array to String in Python: Step-by-Step Guide

In this video, we'll explore the essential process of converting a byte array to a string in Python. Whether you're dealing with data ...

1:30
How to Convert a Byte Array to String in Python: Step-by-Step Guide

12 views

10 months ago

The Debug Zone
Efficiently Substring, Pad, and Paste DataFrame Columns in Python Without Loops

In this video, we dive into advanced techniques for manipulating DataFrame columns in Python using the powerful Pandas library.

1:31
Efficiently Substring, Pad, and Paste DataFrame Columns in Python Without Loops

1 view

9 months ago

Roel Van de Paar
Split And Replace Simple String Manipulation

Split And Replace Simple String Manipulation Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

1:46
Split And Replace Simple String Manipulation

3 views

3 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:32
Python String to Float Conversion Error: Handling Negative Numbers

1 view

9 months ago

The Debug Zone
Fixing Unwanted Newlines in Multiline Strings with yaml.dump in Python

In this video, we'll tackle a common issue faced by Python developers when working with multiline strings: unwanted newlines.

2:49
Fixing Unwanted Newlines in Multiline Strings with yaml.dump in Python

3 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

2 views

11 months ago

The Debug Zone
How to Convert Memoryview to String in Python: A Step-by-Step Guide

In this video, we'll explore the process of converting a memoryview object to a string in Python. Memoryviews provide a way to ...

1:32
How to Convert Memoryview to String in Python: A Step-by-Step Guide

3 views

8 months ago