What is ASCII?

preview_player
Показать описание
In this video, we look what ASCII is, how to convert characters into ascii values via Python and C#, and why it's useful. Thank you for watching!

Check out my courses on LinkedIn Learning!

Support me on Patreon!

Check out my Python Basics course on Highbrow!

Check out behind-the-scenes on my Instagram!

Free HACKATHON MODE playlist:

MY FAVORITE THINGS:
Uber Invite Code: kathrynh1277ue
Postmates Invite Code: 7373F

Want to BINGE?? Check out these playlists...

Рекомендации по теме
Комментарии
Автор

Great to see you back on YouTube, keep up the great content!

starvingdeveloper
Автор

Thank you Katherine for the videos related to programming.
Glad to see you back :)

manojsandoori
Автор

Great tutorial! The pythonic way to write this would look like this (using f-strings):

first_char = 'P'
print(f"The ASCII code for the character {first_char} is {ord(first_char)}")

Much cleaner in one sentence without the concatenation. Python was made for simple code like this.

azurewill
Автор

Shes simply amazing, best smile and voice 😉

rayg
Автор

Attempting to get a code from these numbers:
104
12
0
-4
3
-57
-11
0
53
5
10
-16
12
2
-14
-54
58
0
-56
19
40
-52
56
-7
-17
-15
These numbers need to be translated into fibonacci, from there into ACSII in order to get a Discord invite. So far, I've been working 2 days on this.

zb_fuForReal
Автор

I'd like to learn how to convert between them. Thanks for the information on this!

comelearnsomali
Автор

I would like to learn more about ASCII coding

james
Автор

Nice video! I would love to see a video about converting ^^

bennis
Автор

Around @3:00 you say "8 bytes" then say "1 byte(s)"? I don't get it.

comelearnsomali
Автор

I love your content and you too but I don't like the vocal fry :(

marvinreyes
Автор

About char :
char is not pronounced as chaar in chair,
instead it is pronounced as kar in character

kaushalfeb
Автор

I have ASCll Generator. I don't know what it is ? please help !!!

generator