Python3 Advanced Tutorial 6 - Networking

preview_player
Показать описание
This is Tutorial covering how to set up TCP and UDP client/server models in python. I try to explain as simple as possible how everything comes together to allow our programs to communicate. All Links and Slides will be in the description. Subscribe for more cool stuff!

If you like what you see be sure to subscribe and thumbs up!
Рекомендации по теме
Комментарии
Автор

I rarely comments, but this video was gold. Thanks man!

javierlopez
Автор

it has been 2 years but still perfect :D old but gold thing lol

utkuhangol
Автор

This is so cool. Python is so neat, but your videos are even better :)

furrane
Автор

Hello, I have a question. When I try to capture the packet of server and client transmission with Wireshark, I get nothing. Is it a Wireshark problem or something else?

robertlee
Автор

I know im late but i have a question. Can i send to only 1 connection and if 2 clients send to the server i can split the 2 inputs?

bloonsguynl
Автор

I'm copying this is pycharm and it does not seem to be working.

atmos
Автор

why str(addr) ? shouldn't it work if str is dropped anyway?

mpja
Автор

utpServer should probably use s.close() instead of c.close() since you never defince c, in tcpServer file it was used to store socked returned by s.accept()

Anysecur
Автор

So there are two sockets ? One on the client and one on the server ? And they both listen on the same port ? I dont quite get that. Thanks for the great vid

davidgeismar
Автор

really like your advanced topics thanks

Dara-ljrk
Автор

Seems, udp-server code should use s.close() instead of c.close(), right?

DanD-sfyy
Автор

Entering q on client. why did the TCP server end?

pawsrecords
Автор

how can i use linux to make a .py file into a .exe file for executing on a windows machine please?

Автор

Wow, great video! You helped me a lot

MsInescruz
Автор

Hey Draps, awesome Series! Just wondering, how would I go about sending an image instead of a string message? I tried just sending the image and what i get back is just a binary which seems to be encoded. What can i do?:)

coolunknown
Автор

awesome video .
sir please make more videos on networking.

surajd
Автор

So if i want to connect to another computer(server) what should i change on the side of the client?

panagiotiskotsaris
Автор

I know you must be really busy cause you produce so much great content, but after Python3 tutorials catch up with Python2 tutorials do you have anything planned? Also are you considering doing GUIs tutorials?

MrIkariaman
Автор

I write all the code into pyCharm, my IDE, what do I do next?

retrk
Автор

how can i configure to code so the server sends the message, not the client?

SnoxGaming