Python 3 Programming Tutorial - Sockets: client server system

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=WrtebUkUssc



Category:
Tutorial
Duration: 10:27
175,668 views
1,252


In this Python 3 Programming Tutorial, we cover the use of sockets to pass data around. Here, we have a server, which binds a socket and listens on the port we specify. Then, we are able to use telnet and communicate with our Python script, which takes our data, digests it, and replies.

Sample code for this basics series: http://pythonprogramming.net/beginner-python-programming-tutorials/

Python 3 Programming tutorial Playlist: http://www.youtube.com/watch?v=oVp1vrfL_w4&feature=share&list=PLQVvvaa0QuDe8XSftW-RAxdo6OmaeL85M

Code from this video has been adapted, updated, and ported from Python 2.7 from: http://www.binarytides.com/python-socket-programming-tutorial/

http://seaofbtc.com
http://sentdex.com
http://hkinsley.com
https://twitter.com/sentdex

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6







Tags:
Client–server Model
Network Socket
Python (Programming Language)
network
networking
port
ports
programming
tutorial
basics
python 3
python 3.3
python 3.4
python 2 and 3
python 2.7
2.7
3.3
3.4
beginner
how-to
coding
easy