ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

796 results

Tech Everywhere
Mastering Strings in Python | Unicode, Formatting & Data Cleaning

Strings are everywhere in programming, and in this video, you'll learn advanced techniques for working with strings in ...

3:13
Mastering Strings in Python | Unicode, Formatting & Data Cleaning

10 views

6 months ago

Python Code School
Why Is Unicode Crucial For Python Text Processing? - Python Code School

Why Is Unicode Crucial For Python Text Processing? In this informative video, we will delve into the essential role of Unicode in ...

2:58
Why Is Unicode Crucial For Python Text Processing? - Python Code School

4 views

6 months ago

Next LVL Programming
How Does Python Handle Unicode Encoding For Text Files? - Next LVL Programming

How Does Python Handle Unicode Encoding For Text Files? Ever wondered how Python manages text files containing characters ...

3:23
How Does Python Handle Unicode Encoding For Text Files? - Next LVL Programming

11 views

3 months ago

Python Code School
How Do You Manage Unicode Encodings In Python Pattern Matching? - Python Code School

How Do You Manage Unicode Encodings In Python Pattern Matching? Are you interested in working with international text and ...

3:57
How Do You Manage Unicode Encodings In Python Pattern Matching? - Python Code School

6 views

5 months ago

Python Code School
What Is The Best Way To Handle Unicode In Python RegEx? - Python Code School

What Is The Best Way To Handle Unicode In Python RegEx? Are you curious about how to work effectively with Unicode ...

3:15
What Is The Best Way To Handle Unicode In Python RegEx? - Python Code School

9 views

5 months ago

Python Code School
How To Handle Unicode In Python Regex? - Python Code School

How To Handle Unicode In Python Regex? Are you interested in working with multilingual text data or symbols from different ...

2:39
How To Handle Unicode In Python Regex? - Python Code School

5 views

5 months ago

Python Peak
How to Make String Case-Insensitive Compare #unicode

str.casefold() beats lower() for Unicode. One method. Proper comparison.

0:24
How to Make String Case-Insensitive Compare #unicode

103 views

20 hours ago

colleen lewis
Unicode and the Python ord() and chr() functions (CS105 at UIUC)

This reviews the idea of Unicode and two functions built into Python (see more ...

2:49
Unicode and the Python ord() and chr() functions (CS105 at UIUC)

267 views

1 month ago

vlogize
How to Remove Unicode Characters from a DataFrame in Python

Learn how to effectively remove unwanted Unicode characters from a Pandas DataFrame column while preserving essential ...

1:28
How to Remove Unicode Characters from a DataFrame in Python

17 views

10 months ago

vlogize
How to Get the Unicode Value of a Character in Python

Learn how to get the Unicode value of any character in Python with a simple, effective program. Perfect for beginners!

1:23
How to Get the Unicode Value of a Character in Python

1 view

9 months ago

vlogize
How to Convert Unicode Series to Chinese Characters with Python

Discover an easy method to convert HTML Unicode series into readable Chinese characters using Python. --- This video is based ...

1:17
How to Convert Unicode Series to Chinese Characters with Python

2 views

6 months ago

vlogize
How to Convert Unicode with Variation Selectors in Python

Learn how to convert `unified` Unicode characters with variation selectors into strings in Python for proper visualization.

1:34
How to Convert Unicode with Variation Selectors in Python

12 views

5 months ago

vlogommentary
How to Dynamically Generate Unicode Characters from Code Points in Python

Learn how to create Unicode characters dynamically from their code points in Python, avoiding common pitfalls with escape ...

3:28
How to Dynamically Generate Unicode Characters from Code Points in Python

0 views

1 month ago

vlogize
How to Print Unicode Characters Based on Their Names in Python

Learn how to print characters in Python using their Unicode descriptions stored as strings. This guide breaks down the process for ...

1:33
How to Print Unicode Characters Based on Their Names in Python

7 views

6 months ago

vlogize
Fixing UnicodeDecodeError When Reading Files in Python

Learn how to resolve the `UnicodeDecodeError` when trying to read the number of lines in a file with Python, ensuring your code ...

1:41
Fixing UnicodeDecodeError When Reading Files in Python

6 views

10 months ago

vlogize
How to Properly Handle Unicode Support in Python Requests

Learn how to effectively manage Unicode characters when using Python's requests library to read text files from URLs. This guide ...

1:35
How to Properly Handle Unicode Support in Python Requests

0 views

9 months ago

vlogize
Solving the UnicodeEncodeError in Python: Handling Special Characters with UTF-8

Discover how to fix the `charms` codec error when encoding special characters in Python scripts. Learn the benefits of using ...

1:51
Solving the UnicodeEncodeError in Python: Handling Special Characters with UTF-8

44 views

11 months ago

vlogize
Understanding Python Output: Unicode, UTF-8, and the Differences Between Python Versions

Unravel the complexities of Python's handling of `Unicode` and `UTF-8` across different versions. Explore why you see different ...

2:07
Understanding Python Output: Unicode, UTF-8, and the Differences Between Python Versions

0 views

8 months ago

vlogize
Understanding Python Unicode Issues: How to Correctly Print Unicode Characters in Python 3.9

Discover why some Unicode characters aren't displayed correctly in Python. Learn how to fix issues related to Unicode printing in ...

1:20
Understanding Python Unicode Issues: How to Correctly Print Unicode Characters in Python 3.9

5 views

10 months ago

vlogize
How to Convert UTF-8 Notation to Python Unicode Notation

A step-by-step guide on converting UTF-8 character representations into Python unicode format to successfully manipulate strings ...

1:43
How to Convert UTF-8 Notation to Python Unicode Notation

0 views

11 months ago