ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

98,525 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,799 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,301 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

DebuggedByAlishba
Emoji with Unicode in Python

emojis in python #unicode #python #coding #programming #codeprep #computerscience #ai #debuggedbyalishba.

0:11
Emoji with Unicode in Python

1,849 views

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

People also watched

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

Enrique Barros
Literal values ​​- Python

🚀 Become a member of this channel to enjoy exclusive perks: https://www.youtube.com/channel/UC4afIi7WofC0wh6Mw3bfF6w/join ...

8:11
Literal values ​​- Python

2,025 views

2 years ago

ArjanCodes
Why Your Code Isn’t Pythonic (And How to Fix It)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. What does it actually mean to write *Pythonic* ...

26:39
Why Your Code Isn’t Pythonic (And How to Fix It)

140,661 views

3 months ago

Corey Schafer
Python Tutorial: Type Hints - From Basic Annotations to Advanced Generics

In this video, we'll be learning how to use Type Hints in Python to write self-documenting code, catch bugs earlier, and improve ...

40:59
Python Tutorial: Type Hints - From Basic Annotations to Advanced Generics

36,093 views

7 months ago

technologyCult
How to print Subscript and Superscript in Python using unicode character?

How to print Subscript and Superscript in Python using unicode character? Superscript Subscript Github link ...

9:29
How to print Subscript and Superscript in Python using unicode character?

8,147 views

4 years ago

Manik
¿Cómo funciona la codificación de caracteres? - ASCII / Unicode

De alguna manera tu teclado es capaz de interpretar lo que estás escribiendo para decírselo a tu pc, este proceso se llama ...

7:51
¿Cómo funciona la codificación de caracteres? - ASCII / Unicode

40,181 views

5 years ago

Indently
“typing” is getting deprecated in Python

In today's video we're going to be talking about the typing module getting deprecated in Python, or to be more specific, how most ...

7:20
“typing” is getting deprecated in Python

111,144 views

1 year ago

BrayanCode
Por qué los Bancos ODIAN Python (y tú deberías saberlo)

Alguna vez notaste que Python suma mal 0.1 + 0.2? En este video desglosamos el famoso error de coma flotante y explicamos ...

5:10
Por qué los Bancos ODIAN Python (y tú deberías saberlo)

71,913 views

2 days ago

Coding With Heart
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte solved in Django . The error is on the line ...

2:58
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

73,669 views

5 years ago

ArjanCodes
The REAL Reason You Should Use Type Hints in Python

Review code better and faster with my 3-Factor Framework: https://arjan.codes/diagnosis. In this video, I'm going to show you why ...

13:01
The REAL Reason You Should Use Type Hints in Python

33,590 views

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

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

3 years ago

MightyClassRoom
Do you know this  unicode || python unicode emoji #Short #unicode #python #emoji

how emoji unicode was made in python programming language #python #programing #unicode.

0:44
Do you know this unicode || python unicode emoji #Short #unicode #python #emoji

107 views

2 years ago

Learn Upwards
How to Print Unicodes Like These 🍌 🐒 in Python

How to Print Unicodes Like These characters in Python? Do you know we can print them with the named unicodes just by ...

0:17
How to Print Unicodes Like These 🍌 🐒 in Python

173 views

2 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

Computerphile
Characters, Symbols and the Unicode Miracle - Computerphile

Audible free book: http://www.audible.com/computerphile Representing symbols, characters and letters that are used worldwide is ...

9:37
Characters, Symbols and the Unicode Miracle - Computerphile

2,098,219 views

12 years 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,094 views

3 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

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

Pensando En Bytes - Clips
¿chr() y ord() en Python? El Secreto de los Caracteres Unicode

Aprende a convertir caracteres a números y viceversa en Python de forma sencilla. Te muestro las funciones chr() (para convertir ...

0:57
¿chr() y ord() en Python? El Secreto de los Caracteres Unicode

872 views

6 months ago

Python & Chill
Fix Unicode Errors with Python

Always those Unicode Errors... #python #datascience #pythonprogramming.

0:26
Fix Unicode Errors with Python

533 views

1 year ago