ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

90,469 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 Morsels
Unicode in Python

When working with text files in Python, it's considered a best practice to specify the character encoding that you're working with.

2:59
Unicode in Python

1,302 views

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

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

LeetCoder
ASCII, Unicode, UTF-8: Explained Simply

programming #ascii #unicode EQUIPMENT I USE ⌨️ Keyboard: https://amzn.to/3tgO0le 🖱️ Mouse: https://amzn.to/45qLl5T ...

3:29
ASCII, Unicode, UTF-8: Explained Simply

127,114 views

3 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

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

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

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

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,879 views

3 years ago

Cursos Abiertos Universidad
Codificación ASCII y Unicode en Python

Si quieren imprimir algún carácter especial o no puede imprimir todos los caracteres en ocasiones es difícil para python de ...

4:10
Codificación ASCII y Unicode en Python

4,596 views

6 years ago

Next Day Video
The Guts of Unicode in Python

Benjamin Peterson This talk will examine how Python's internal Unicode representation has changed from its introduction through ...

28:02
The Guts of Unicode in Python

4,168 views

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

Next Day Video
Pragmatic Unicode, or, How do I stop the pain?

Ned Batchelder Python has great Unicode support, but it's still your responsibility to handle it properly. I'll do a quick overview of ...

36:21
Pragmatic Unicode, or, How do I stop the pain?

79,472 views

13 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

227 views

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

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

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