Python Network Programming #1: Introduction to Socket Programming

preview_player
Показать описание
In this 9 minutes tutorial , you will learn about network programming in Python, and how to create a socket and returning an IP address of any website in Python.
Socket programming is a way of connection between two nodes (or two sockets )
on a network to communicate with each other.

One socket listens to a particular port at an IP, while the other socket reaches out to the other to
establish a connection.

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

this is WAY too underrated. Great job comrade!

ussr
Автор

Great explanations, pacing, and sound. 😎

Pinkman
Автор

Hey there I did it exactly as is, but when now using s.connect my IDE after a bit of time says operation timed out, how do I fix that?

FiremanSwerve
Автор

tell us for what purpose we are connecting to this site...

txmtzid
Автор

Why does the python api call its IPV4 object AF_INET and its TCP object SOCK_STREAM? Why doesn't it call these things what they are knonw as - instead it makes up new names for them? This eludes me.

mercartax