Sockets Tutorial with Python 3 part 1 - sending and receiving data

preview_player
Показать описание
Welcome to a tutorial on sockets with Python 3. We have a lot to cover, so let's just jump right in. The socket library is a part of the standard library, so you already have it.

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

That feeling when you spend hours weeding through needlessly complicated tutorials until you find the one that just makes sense and is 1000 times simpler than any of the others.

grim
Автор

`socket`: This is the module in Python that provides access to the BSD socket interface. It is used to create networking applications.
`AF`: Stands for "Address Family". It specifies the format of the address. In this case, `AF_INET` indicates the IPv4 address family.
`INET`: Stands for "Internet". This indicates that the addresses are IPv4 addresses, which are used for internet protocol version 4.

seanshimon
Автор

AF_INET means Address Family InterNET for IPV4. IPV6 is AF_INET6, Bluetooth is AF_BLUETOOTH, unix sockets are AF_UNIX, etc.

wih
Автор

Since I found your videos, I've been hooked on Python and eventually branched out and lost sight of your videos. After watching this video, today, I'm reminded why your videos are by far better than most other tutorials.

omarromero
Автор

The way you explain it really shows you understand the topic. Love to see that in a tutorial because it means it's a good tutorial.

freakyshine
Автор

This is by far the most easily understandable python socket tutorial I've come across! It's like a ray of hope while I'm doing my final year project.

anirudhpuranik
Автор

right on time my man, just when i started looking for sockets tutorials right on goddamn time, love it !

robertkraciuk
Автор

Dude,
i see a lot of tutorials dealing with socket programming, by far it is the best! Clear, Sharp, Smart!

jeremytoledano
Автор

while i was looking for socket tutorials, there it is! lovely! added to favorite for later use. really useful in trading.

oliverli
Автор

I really like your teaching style, explaining every line briefly, makes things a lot clearer. Thank you!

hanac
Автор

Full marks to you for using a nice big font to make the code clearly easy to read on Youtube. You would not believe how many coding examples make you have to squint to figure out what they were typing ...or maybe you would. Thanks again, nice presentation.

GPW
Автор

A class and practice of 2 hrs. Explained within 15min with making so much sense. I like it.

RyuWeiWei
Автор

This was so absolutely helpful!! Thank you so much and keep up with the good work!! I really love your tutorials <3

pythonbibye
Автор

I have been playing with python programming for a few weeks as part of self learning. Socket programming felt bit troublesome and I always had issues when running. Came upon your video above and tried the way you showed above and i made connection. hurray!!. I am in socket programming. great feeling. thanks man

mazhai
Автор

GREAT VIDEO MAN!! FOLLOWING YOUR SERIES FROM PYTHON BASICS TO ML TO DATA SCIENCE AND NOW THIS!!!KEEP DOING THE GOOD WORK!!! ! BLESS YOU!!

abhinavghosh
Автор

Very entertaining video. I am still very new to python and I've been writing some basic scripts for work. This video is exactly what I was looking for. Thank you!

paulstaley
Автор

I've been looking for good tutorials no this subject and couldn't find any, untill you came!! Great tutorial, great teaching skills. Instantlly subscribed!!!

kostadingramatikov
Автор

I recently wrote similar socket code in C, and its interesting how closely Python and C map here. AF stands for address family. It denotes the kind of addresses a socket can communicate with. In this case, the socket uses IPv4 addressing. Similar families are AF_INET6 for IPv6, AF_UNIX for IPC on Unix systems, AF_BLUETOOTH for Bluetooth and so on.

RohitAwate
Автор

Sentdex, you r every where in python learning clips

Thx, for your valuable time &effort to educate us
You r my hero brow😍

ai.simplified..
Автор

Thanks man! Waiting for the next video. Learn alot from your tutorials, commenting for the 1st time on any youtube video.

akay