Python Network Programming 17 - Running Multi-Client Live ( Socket Programming )

preview_player
Показать описание
Testing the final program on a live digital ocean server!

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

A really good course covering exactly what was promised and that too in a very simple way! Thank you for creating this resource!

Shubham-npii
Автор

This socket tutorial series is so good, the part of multithreading is also very helpful to me, thanks!

elninolol
Автор

thank for this course, you explained every single line very nicely and having trouble understanding threading in the second last video of the course, otherwise it all awsome

empty
Автор

One of the finest tutorial of socket programming in python. Thanks :)

PrajwalSingh
Автор

need video in 1080 pixels and some part should be zoomed ..good work .. can we connect on anydesk .. i have some problem and i need u to resolve it plz .. like i have done simple socket programming and in that clients are working sequentially like i have to wait for the first client connection to sendbytes to server and pressing enter after that all other clients terminals got printed orderwise acc to their orderwise connection .. but i need same time response and their should be no data loss ...

BhaveshSinghBhanucsgo
Автор

Simply Amazing, thank you for your efforts =)

amratallah
Автор

Great videos. I look forward to seeing more!

bobbyt
Автор

when i type command dir it's closing the connection and client terminal, WHY ?!?!?

MściwyMścisław
Автор

How can I use applications for writing text files such as vi or nano?

catalyst_
Автор

what if we type nano command, it will never get exit from this

CoderArmy
Автор

thank you, this course was very helpful...
i tried to refactor your code and put the 'menu' commands in a separate class in a separate file. But now when i access the all_connections list and all_addresses list, i don't get anything in the cli when i want to select a target

How can i import those lists properly in another class in another file...

Thanks in advance...

hazemsaeed
Автор

Nice stuff sir. Great Work up to the end

codewithluq
Автор

I could run the server and client in my machine. but i couldn't run the server and client in 2 different machines
what to do ?

anonymousxxx
Автор

Sir your code works only when both parties are connected on same network. But it fails to connect if network is different of client. Please provide me solution for this...

dindayalpandey
Автор

First, thank you for being so thorough, I have enjoyed this class immensely.
However, I believe there is one problem that I am having trouble solving on my own: When you do a list with multiple connections, only the last connection is shown in the list. Each device is show under 'netstat' and I can connect to each connected device, even though they are not listed by the list_connections function.

CrypticHubris
Автор

This works but when I transfer the files on a usb and plug it on another computer it doesnt work any suggestions

Dopeboyz
Автор

thank you so much for this content <3 Please make more videos networking with python and dealing with operating system with python.

aliazlanaziz
Автор

i'm really learning from your videos but i have a question plx respond. when i connect with my other computer from sockets how can i edit files from shell because when i try to execute" sudo nano a.py or sudo nano a.txt"
it will gave this error "Error opening terminal: unknown".

ajwattoo
Автор

THANKS YOU SO MUCH, i've learnt a lot from you, 🙏🙏🙏🙏

ecmaexpertwhy
Автор

Hey, can client send files or folder to clouds by using this module? Can you guide me how to achieve that?

debashischatterjee