ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

938 results

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

3 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,099,198 views

12 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,913 views

3 years ago

Joel John J
Python Unicode: Essential Concepts for IT Professionals, Unicode in Python

Python Unicode: Essential Concepts for IT Professionals, Unicode in Python The provided sources explain Unicode in Python, ...

7:23
Python Unicode: Essential Concepts for IT Professionals, Unicode in Python

42 views

1 month ago

Hemanth Academy
30 ASCII, Unicode and Escape Sequence in Python by Hemanth Academy

In this lecture, we are going see about ASCII, Unicode representations and different Escape Sequence characters used in Python.

6:18
30 ASCII, Unicode and Escape Sequence in Python by Hemanth Academy

62 views

4 years ago

Chuck Severance
PY4E - Unicode and UTF-8 in Python (Chapter 12 Part 4)

http://www.py4e.com - Python for Everybody: Exploring Data in Python 3.0 Please visit the web site to access a free textbook, free ...

11:15
PY4E - Unicode and UTF-8 in Python (Chapter 12 Part 4)

43,073 views

9 years ago

NoBS Code
How Computers Store Text - ASCII, Unicode, UTF-8, UTF-16, and UTF-32

How do computers store text? In this video you will learn how we encode text into numbers, and decode those back into text.

8:48
How Computers Store Text - ASCII, Unicode, UTF-8, UTF-16, and UTF-32

16,761 views

1 year ago

Scott Hanselman
Code Pages, Character Encoding, Unicode, UTF-8 and the BOM - Computer Stuff They Didn't Teach You #2

Computer Stuff They Didn't Teach You #2 - Code Pages, Character Encoding, Unicode, UTF-8 and the BOM ...

17:18
Code Pages, Character Encoding, Unicode, UTF-8 and the BOM - Computer Stuff They Didn't Teach You #2

168,929 views

6 years ago

Cours Python
2.1 Codage, jeux de caractères et Unicode

La bonne nouvelle avec Unicode, c'est que Python est totalement compatible avec le codage Unicode. La mauvaise nouvelle ...

6:35
2.1 Codage, jeux de caractères et Unicode

11,209 views

8 years ago

United Top Tech
Unicode error 'unicodeescape' codec can't decode bytes in position solved in python opencv

How to solve unicode error 'unicodeescape' codec can't decode bytes in position malformed \N character escape solved in ...

1:37
Unicode error 'unicodeescape' codec can't decode bytes in position solved in python opencv

1,971 views

3 years ago

mCoding
str vs bytes in Python

strings vs. bytes, what's the diff? Strings and bytes are both fundamental types in Python. At a surface level they also appear do be ...

8:35
str vs bytes in Python

82,113 views

3 years ago

Learning Champion
Strings - Unicode || Multiline || Immutability || Delete || Python for Beginners

This video will help you understand about PYTHON STRINGS in detail with examples and animation. Please subscribe to our ...

9:23
Strings - Unicode || Multiline || Immutability || Delete || Python for Beginners

826 views

4 years ago

Emanuele Picariello
CTF Walkthrough: CTF-101 by Snyk, Bypassing Python Unicode Parsing

ctf #snyk #challenge This video is the first of this topic, it describes how to resolve CTF-101 UniBypass in order to retrieve the flag.

3:46
CTF Walkthrough: CTF-101 by Snyk, Bypassing Python Unicode Parsing

1,118 views

3 years ago

Haguin School
ASCII, Extended ASCII and Unicode | 9618 | AS Level Computer Science

Do you want to know more about ASCII, Extended ASCII and Unicode? In this video, we'll explain how to represent character data ...

5:06
ASCII, Extended ASCII and Unicode | 9618 | AS Level Computer Science

5,345 views

3 years ago

Phil Edwards
Why I can type  ±©♥🔥🂱Ʊ in this title

Decoding unicode. Reaction vid: https://www.patreon.com/posts/reaction-video-i-80224244 More info and sources at bottom.

11:08
Why I can type ±©♥🔥🂱Ʊ in this title

147,803 views

2 years ago

Confreaks
RubyConf 2017: Ten Unicode Characters You Should Know About as a Programmer by Jan Lelis

RubyConf 2017: Ten Unicode Characters You Should Know About as a Programmer by Jan Lelis There are a lot of things that can ...

38:14
RubyConf 2017: Ten Unicode Characters You Should Know About as a Programmer by Jan Lelis

1,863 views

8 years ago

openscreencast
Python-Programmierung - Unicode

Ubuntu 10.10, Gnome 2.32 Lizenz: Creative Commons by-sa Hintergrundmusik: "23 is The New 42" von paniq ...

3:24
Python-Programmierung - Unicode

1,979 views

14 years ago

Python Simplified
I Built a Python Packet Sniffer… This Is What Hackers See on Public WiFi 💀🔥

Public WiFi is everywhere — hotels, coffee shops, airports — and most of us connect without thinking twice. But what can ...

19:05
I Built a Python Packet Sniffer… This Is What Hackers See on Public WiFi 💀🔥

20,118 views

3 days ago

CppCon
CppCon 2017: Barbara Geller & Ansel Sermersheim “Unicode Strings: Why the Implementation Matters”

http://CppCon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

58:50
CppCon 2017: Barbara Geller & Ansel Sermersheim “Unicode Strings: Why the Implementation Matters”

5,110 views

8 years ago

J David Eisenberg
Chapter 7: Classifying Characters

Is a character a letter, a digit, or some other kind of character? Find out how to let your programs make that decision.

4:22
Chapter 7: Classifying Characters

57 views

2 years ago

ByteToBasics
Difference between python version 2 and python version 3 (python2 vs python3)

ByteToBasics #python #python2 #python3 #difference_between_python2_and_python3 #python2vspython3 Difference between ...

10:16
Difference between python version 2 and python version 3 (python2 vs python3)

11 views

1 year ago

The Learn Programming Channel
HEX, ASCII & UNICODE - The "What" and the "How" - Learn to Code Series - Video #20

In the last episode, we learned to count in Binary. Today, we learn how to count in Hex, and then take a look at ASCII and Unicode ...

11:46
HEX, ASCII & UNICODE - The "What" and the "How" - Learn to Code Series - Video #20

10,039 views

4 years ago

DjangoCon US
DjangoCon US 2017 -  The Power and Responsibility of Unicode Adoption by Katie McLaughlin

DjangoCon US 2017 - The Power and Responsibility of Unicode Adoption by Katie McLaughlin Communication is difficult.

36:00
DjangoCon US 2017 - The Power and Responsibility of Unicode Adoption by Katie McLaughlin

267 views

8 years ago