Python Network Programming #3: TCP Chat Room (Server and Multiple Clients)

preview_player
Показать описание
🚀 Dive into this informative video tutorial to master the art of creating a vibrant chat room that connects multiple client computers through a robust server! 💬💻

📂 GitHub Repository:

👩‍💻 Stay Connected:

🕒 Video Timeline:
00:00 (Introduction)
16:58 (Chat Room - Demonstration)

Get ready to embark on a chat room-building adventure! 🌐💫💬 #Programming #Python #Tutorial #Coding #Server #Client #DevTo
Рекомендации по теме
Комментарии
Автор

This was a great tutorial, I love how you explained each step and each function and parameter, this is exactly what I was looking for and struggling with the most. Thank you so much dude!

yonisapir
Автор

you're a god, I've been looking how to do exactly that in a lot of places and none of them described it so easily. ❤

Moribunde
Автор

Oh, you're so kind.almost reply to every comment.I am a colloge student from China and I appreciate the video so much.

White_GLoves
Автор

oh wow this is a gem 💎 in an ocean ! Thanks Bek and keep doing these networking video series

leonkennedy
Автор

Thank you so much Bek! I found your code on github but I was unable to understand it, then I searched on YT and then found this 💎 of a playlist !

riteshchaudhary
Автор

Flawless!! You deserve more views ! Love the section division too - keep it up buddy

MounirSMalak
Автор

thanks so much for this toturial, absolutly

christinehu
Автор

Excellent video and explanation... I am new to network programming but grasped this very quickly bcz of the easy way of explaining each and every step.

atifshakeel
Автор

wonderful video! all things that I've needed from socket module. thank you very much.

helloparviz
Автор

Loved it man! Thanks for creating this tutorial series :)

ayushdaga
Автор

Thanks for these videos i was think about learning this for some time

codingbeast
Автор

This is a perfect video, thank you for your work.

HadesMrDark
Автор

You can tell he knows what hes doing great work

hackandcode
Автор

I love you really, I figured how this works after a couple days searching for that clear explaintation. Sadly you dont have videos how to implement crash fault tolerance, reliable ordered multicast, voting and dynamic discovery of hosts :(

HankeyMassacre
Автор

oh my god thanks a lot this is exactly what i was looking for

mithrajk
Автор

thanks, it was great help for mu studies!

high_fly_bird
Автор

Thank you for this video! Very easy to understand for python n00bs like myself.
I had a few questions if you have the time;
1. Is there a way to eliminate the senders typed message, to prevent it from doubling on the senders screen?
2. Is there a way to prevent user messages that are posted when you are typing from showing up in the message you are writing?
3. Any possibility of a follow up vid with login/encryption? :D
Again, thank you.

thewayofodin
Автор

you are a amazing thanks i learned alot from you <3

imadaboudaher
Автор

Thankyouu ...It's amazingggg ! ....Loved it !!

kshitijchaudhari
Автор

It says established connection with so and so but immediately shows error in alias.recv and the error is
"An existing connection was forcibly closed by the remote host"

Majed_ashraf