ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

92,426 results

Real Python
Unicode in Python

Python's Unicode support is strong and robust, but it takes some time to master. There are several different ways of encoding ...

4:15
Unicode in Python

23,800 views

5 years ago

Python Basics
Python Basics Unicode

Learn how to change a character into its ascii value using the ord() function. Ord is python programming's Unicode function.

4:17
Python Basics Unicode

2,214 views

7 years ago

Studying With Alex
Unicode, in friendly terms: ASCII, UTF-8, code points, character encodings, and more

Ever been bit by a Unicode bug? Maybe you weren't treating UTF-8 encoded data correctly, or tried to read it as ASCII? Maybe ...

10:54
Unicode, in friendly terms: ASCII, UTF-8, code points, character encodings, and more

319,940 views

4 years ago

anthonywritescode
python: unicode names and why they're bad (intermediate) anthony explains #356

today I talk about unicode variable names in python and why they're potentially problematic! playlist: ...

3:38
python: unicode names and why they're bad (intermediate) anthony explains #356

1,986 views

4 years ago

Python Basics
Python Basics String Value Unicode

Learn how to find the value of a string using the Unicode function from python. We are building a list using list comprehension.

5:31
Python Basics String Value Unicode

1,756 views

7 years ago

EASY_CODE_HUB
🔣 Unicode & Encoding in Python | Master Text Representation | Class-106

Welcome to Class-106 of EasyCodeHub! In this video, we dive deep into Unicode and Encoding in Python – the foundation of ...

9:34
🔣 Unicode & Encoding in Python | Master Text Representation | Class-106

19 views

6 months ago

Python and Pandas with Reuven Lerner
Python and Unicode characters

What is Unicode? How can we insert Unicode characters into strings? What's the difference between \x, \u, and \U? How can we ...

13:10
Python and Unicode characters

7,027 views

3 years ago

Alpha Brains Courses
Python Unicode Demystified Comprehensive Tutorial - Python Unicode to ASCII Course

Mastering Unicode in Python: Comprehensive Guide* *About Our Course* Welcome to our comprehensive guide on Unicode in ...

1:46:04
Python Unicode Demystified Comprehensive Tutorial - Python Unicode to ASCII Course

624 views

1 year ago

Sreekanth
ASCII, Unicode, UTF-32, UTF-8 explained | Examples in Rust, Go, Python

This video explains ASCII, Unicode, UTF-32 and UTF-8 string encodings. 0:00 Introduction 0:30 ASCII 2:31 Unicode standard ...

10:41
ASCII, Unicode, UTF-32, UTF-8 explained | Examples in Rust, Go, Python

11,878 views

3 years ago

Phil Parisi
How to Fix SyntaxError: unicode error unicodeescape codec in Python | Python Tutorial

How to Fix SyntaxError: unicode error unicodeescape codec can't decode bytes in position truncated. It's super simple - add an 'r' ...

1:19
How to Fix SyntaxError: unicode error unicodeescape codec in Python | Python Tutorial

40,301 views

4 years ago

Data Analyst and Scientist
Unicode Decode Error in Python

UnicodeDecodeError in Python, especially while using Jupyter Notebook? This error often occurs when Python fails to process ...

2:25
Unicode Decode Error in Python

226 views

1 year ago

The Python Oracle
Unicode (UTF-8) reading and writing to files in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn -- Music by Eric Matyas ...

7:04
Unicode (UTF-8) reading and writing to files in Python

363 views

3 years ago

vlogize
Printing Strings with Unicode Characters in Python

Learn how to print strings containing Unicode characters in Python. Understand the basics of Unicode, encoding, and decoding to ...

1:10
Printing Strings with Unicode Characters in Python

33 views

2 years ago

Codemy.com
Unicode Characters & Special Characters - Python Tkinter GUI Tutorial #51

How to use Unicode Characters and Special Characters with tKinter and Python. Using special characters in tKinter is super easy.

9:15
Unicode Characters & Special Characters - Python Tkinter GUI Tutorial #51

17,772 views

5 years ago

James Briggs
Unicode Normalization for NLP in Python

ℕo-one in their right mind would ever use these annoying font ...

15:27
Unicode Normalization for NLP in Python

3,318 views

4 years ago

Learn Coding in Telugu
Python Unicode
1:29
Python Unicode

368 views

4 years ago

infofit software
string datatype - string datatype in python - Unicode - python tutorial class3

A string datatype is one of the most important data types in python. Strings are a sequence of Unicode characters. This video talks ...

12:27
string datatype - string datatype in python - Unicode - python tutorial class3

524 views

4 years ago

DataMites
What is Unicode in Python | Python Interview Questions

Watch Video to understand the meaning of Unicode in Python with an example, and know how to print Unicode. #pythonunicode ...

6:40
What is Unicode in Python | Python Interview Questions

1,096 views

3 years ago

CodeMore
Latin 1 and the unicode factory in Python

Download this code from https://codegive.com Title: Understanding Latin-1 and Unicode in Python: A Comprehensive Tutorial with ...

3:12
Latin 1 and the unicode factory in Python

64 views

2 years ago

Abod
Convert Character & Numbers to Unicode using ord() | Python Built-in Functions

In this video, you will learn how to use the ord function in Python, which is used to get the Unicode of any character or number, ...

2:26
Convert Character & Numbers to Unicode using ord() | Python Built-in Functions

510 views

5 years ago