Simple UDP Chat Room in Python

preview_player
Показать описание
Today we learn how to implement a simple UDP chat room in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

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

Just a small index to my future self :)

0:15 - Differences between UDP and TCP:
2:00 - UDP server
9:08 - UDP client
13:38 - Chat working

annybevilacqua
Автор

Your videos helped me learn about networking.

vp_bot
Автор

Thanks for the video. My project is a DNS server, hehe. This cleared up a lot of things, just from starting your code. Had never worked with UDP before, though was pretty familiar with the differences conceptually. While I am not in Python, my Sockets library (probably uses the same system library) has the receive from functionality -- getting a client identifier was the big hole I couldn't figure out, honestly. Pretty dumb -- but honestly I saw it in the documentation it just labeled the return as "host_port" -- which does not really imply what I was searching for -- I mean sure, it returns the port but also is the server not the host, and it also returns the port WITH an IPV4 address.

emmaccode
Автор

what exactly was the problem when it didn't work and you said you had to "refresh" the server?

buzzdx
Автор

2:31 Does anyone know which theme is he using?

maybehandleisntavailable
Автор

What should I change in order to run these on different systems???

aswathyng
Автор

Nice! Asyncio server variant would be nice, should not be this able to take down by a client slowly sending a single character at a time?

Roman.Pavelka
Автор

Hey, love the content my dude, do you think you can make the same with Javascript?

rupacFan
Автор

I’m getting like syntax errors for indentations and “except” is blocked can someone help me with that

jousterplays
Автор

How should i set this up with a private ip? Could you make a tut on this. Also earned a sub from this video.

fodetraore
Автор

How do you learn what all that means? Like for example how do you know what exactly to put where? I know this is probably a dumb question, but I'm still new 😭 I literally have so many questions

marinemanga
Автор

Damn.. very interesting content, I'm on kivy right now, I think I could try to implement something cool 😎.. thanks

charliecode
Автор

Hey, can you show how to make a steam account generator please? I'm trying to do it in python using selenium and the online temp-mail generator but it's a bit hard to set up proxies, solve the captchas and I don't really know how to confirm the email. Thank you!!

xyrs.official
Автор

"local variable 'clients' referenced before assignment"

Litfield
Автор

I Like Your Videos and wait for new videos, just a little demand for you, Please make a crash course on using telethon for telegram I want to make Bots, But very confused in learning from docs.



Specifically make on joing voice chat in telegram

ShahJahan_NNN
Автор

Kinda shitty code if you're using a lib like that for literally everything you do😄

Make your own que bruh

RoboArc