Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
796 results
Strings are everywhere in programming, and in this video, you'll learn advanced techniques for working with strings in ...
10 views
6 months ago
Why Is Unicode Crucial For Python Text Processing? In this informative video, we will delve into the essential role of Unicode in ...
4 views
How Does Python Handle Unicode Encoding For Text Files? Ever wondered how Python manages text files containing characters ...
11 views
3 months ago
How Do You Manage Unicode Encodings In Python Pattern Matching? Are you interested in working with international text and ...
6 views
5 months ago
What Is The Best Way To Handle Unicode In Python RegEx? Are you curious about how to work effectively with Unicode ...
9 views
How To Handle Unicode In Python Regex? Are you interested in working with multilingual text data or symbols from different ...
5 views
str.casefold() beats lower() for Unicode. One method. Proper comparison.
103 views
20 hours ago
This reviews the idea of Unicode and two functions built into Python (see more ...
267 views
1 month ago
Learn how to effectively remove unwanted Unicode characters from a Pandas DataFrame column while preserving essential ...
17 views
10 months ago
Learn how to get the Unicode value of any character in Python with a simple, effective program. Perfect for beginners!
1 view
9 months ago
Discover an easy method to convert HTML Unicode series into readable Chinese characters using Python. --- This video is based ...
2 views
Learn how to convert `unified` Unicode characters with variation selectors into strings in Python for proper visualization.
12 views
Learn how to create Unicode characters dynamically from their code points in Python, avoiding common pitfalls with escape ...
0 views
Learn how to print characters in Python using their Unicode descriptions stored as strings. This guide breaks down the process for ...
7 views
Learn how to resolve the `UnicodeDecodeError` when trying to read the number of lines in a file with Python, ensuring your code ...
Learn how to effectively manage Unicode characters when using Python's requests library to read text files from URLs. This guide ...
Discover how to fix the `charms` codec error when encoding special characters in Python scripts. Learn the benefits of using ...
44 views
11 months ago
Unravel the complexities of Python's handling of `Unicode` and `UTF-8` across different versions. Explore why you see different ...
8 months ago
Discover why some Unicode characters aren't displayed correctly in Python. Learn how to fix issues related to Unicode printing in ...
A step-by-step guide on converting UTF-8 character representations into Python unicode format to successfully manipulate strings ...