Python Socket Programming Tutorial

Python Socket Programming Tutorial

Tech With Tim

4 года назад

1,014,368 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Administrator
Administrator - 21.10.2023 15:46

Modems don't get assigned a public IP address or have nothing to do with IP addresses, routers do. Funny how you got that wrong, that's basics.

And wow, you don't know how many ports there are? Why are you trying to teach people things you don't actually know about, again?

Ответить
99icd
99icd - 12.10.2023 16:47

Useful video - but code link is dead and cannot find code in your github repository, does it still exist ?

Ответить
Lucas Keller
Lucas Keller - 07.10.2023 00:09

Thanks!

Ответить
Norberto Criado
Norberto Criado - 15.09.2023 23:44

Hi !!! Wonderfulll tutorial... Could anyone please, provide a link to pgms code? Thanks in advance...

Ответить
dinosaur
dinosaur - 13.09.2023 03:53

Amazing tutorial ❤

Ответить
Clarin3t1
Clarin3t1 - 10.09.2023 21:06

Okay I'm a CS major taking Net computing and you are a better teacher than my teacher. Thank you for saving my life!

Ответить
Jesper Jensen
Jesper Jensen - 24.08.2023 14:05

Hey Tim. Very good and informative, but I don't understand the threading. How does it create a new thread when you only call thread.start()?

Ответить
Iffy Edem
Iffy Edem - 16.08.2023 16:26

I’m trying to use this to create a personal web analytics plugin for my website

Ответить
rp
rp - 11.08.2023 23:08

I get printed "7 connections" from "threading.active_count() - 1" without one single client being connected. Why?

Ответить
Andrew Pitta
Andrew Pitta - 29.07.2023 21:39

SOCK_STREAM - basically the TCP connection(default), for UDP u can use socket.SOCK_DGRAM

Ответить
Mahim Chaudhary
Mahim Chaudhary - 21.07.2023 10:56

Hey Tim, the first time I ran my code it worked fine but after that every time I run it, it shows me an error : client.connect(ADDR)
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
Could anyone in the comment section help me out

Ответить
Eugen Malatov
Eugen Malatov - 13.07.2023 19:12

Amazing video! Does anyone have the link to the code? the old link is not working anymore

Ответить
soc dot
soc dot - 03.07.2023 13:28

Very well and easyly explained bro.

Ответить
cliff altubar
cliff altubar - 01.07.2023 07:36

why, Error Connection Refused?

Ответить
SASIN NISAR83
SASIN NISAR83 - 15.06.2023 16:01

Does this handle multiple clients too??

Ответить
chaosphoenixhex
chaosphoenixhex - 07.06.2023 02:39

The white backdrop hurts my eyes. We both use a dark background for coding. Please do the same for these diagrams >_+

Ответить
Ujitha Abeywickrema
Ujitha Abeywickrema - 11.04.2023 14:26

Hi Tim, Thank you for a nice video. What happens if you select a known port like 80? Can it disable port 80? Thank you in advance..!

Ответить
Mukhtaar Muhammad
Mukhtaar Muhammad - 02.04.2023 12:39

Wasup Tim , is it possible you can make a video that goes through how python reads each line behind the scenes ? or will that take to long?

Ответить