Тёмный
No video :(

Transfer Complex Python Objects via Sockets 

NeuralNine
Подписаться 360 тыс.
Просмотров 9 тыс.
50% 1

Today we learn how to transfer complex Python objects via network sockets.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
💼 Services 💼
💻 Freelancing & Tutoring: www.neuralnine.com/services
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord

Опубликовано:

 

12 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@farzadmf
@farzadmf 8 месяцев назад
For whoever's watching: pickle SHOULD NOT be used for untrusted input as it can easily be used by malicious users to do all kinds of stuff
@rohithreddy75
@rohithreddy75 8 месяцев назад
ty
@TheLukasBer
@TheLukasBer 8 месяцев назад
What should I use instead?
@aionfurayu5660
@aionfurayu5660 8 месяцев назад
​@@TheLukasBerLiterally anything else. Serialized objects are not worth the hassle, when sending tem over the wire.
@farzadmf
@farzadmf 8 месяцев назад
@@TheLukasBer exactly as @aiofurayu5660 said: if you cannot trust your input and where it's coming from (which is almost ALWAYS the case), usually all the "fancy" serialization techniques are prone to security vulnerabilities. `json.dumps` etc. are limited in Python and I think that's by design; they don't [de]serialize complex things and avoid the security issues
@donkeypoopdragon
@donkeypoopdragon 8 месяцев назад
​@@TheLukasBerI've heard JSON is much better
@richardhoppe4991
@richardhoppe4991 8 месяцев назад
Great content as always. Slowly working my way through your networking labs. Cheers!
@style1708
@style1708 8 месяцев назад
Could you make some video about gRPC and microservices?
@julianreichelt1719
@julianreichelt1719 8 месяцев назад
Another awesome video!
@yomajo
@yomajo 8 месяцев назад
You love socket tutorials. May I ask what you use sockets for on production?
@rishabh1406
@rishabh1406 8 месяцев назад
Hey NeuralNine I love your content. I request you to make a group chat project that includes messaging and sharing of files .
@siddharthpandey3950
@siddharthpandey3950 8 месяцев назад
Insightfull
@MariusDiMaio
@MariusDiMaio 8 месяцев назад
Good. thanks, I knew it, but i watched the video, again. I like that you use linux Gnome and Pycharm and not VSCode. I use KDE Neon. I would like that you make a video on Python and MariaDB. Could to be a idea
@tips1483
@tips1483 8 месяцев назад
You should do a video on Protobuf
@stanislav-demidov
@stanislav-demidov 8 месяцев назад
Can it be used to transfer entire class with methods?
@user-td4pf6rr2t
@user-td4pf6rr2t 28 дней назад
so when client, addr =client.accept() // when is addr ever used, and how?
@xzex2609
@xzex2609 8 месяцев назад
your contents are advance and it's very rare. I wonder why you don't make series on topics like back end development or server related topics from intermediate level that covers the subject from a person who know python very well but have not experience in that specific subject , i think people will kill to gain such lessons.
@ahmadzaimhilmi
@ahmadzaimhilmi 8 месяцев назад
How about multi clients making simultaneous requests? How would the server respond?
@donkeypoopdragon
@donkeypoopdragon 8 месяцев назад
You would probably have to use the multiprocessing library
@interstellar4267
@interstellar4267 8 месяцев назад
Threading
@lavender0666
@lavender0666 8 месяцев назад
Threading or asyncio will work for this
@sants9383
@sants9383 8 месяцев назад
como faço pra deixar o controle de janelas alí na barra superior??
@morningbae
@morningbae 8 месяцев назад
olha o BR ai
@sants9383
@sants9383 8 месяцев назад
kkk curto muito os videos dele @@morningbae
@philtoa334
@philtoa334 8 месяцев назад
Thx_.
@FunFiesta79
@FunFiesta79 8 месяцев назад
Hello brother i am new here i really liked your channel , can we get job by learning Gui 😢🎉❤Thank you so much
@lavender0666
@lavender0666 8 месяцев назад
UI/UX is a job path, if you mean just building interfaces alone then it's unlikely, that would probably fall under frontend development or full stack
@FunFiesta79
@FunFiesta79 8 месяцев назад
@@lavender0666 is enough learning UI /Ux to get jop🥰
Далее
Python Sockets Explained in 10 Minutes
9:32
Просмотров 9 тыс.
Garbage Collection in Python: Speed Up Your Code
16:41
C++ switch structure
5:26
Просмотров 36 тыс.
A Python Developers Guide to AI in 2024
12:51
Просмотров 12 тыс.
shutil: The Ultimate Python File Management Toolkit
14:32
Massive Python Speed-Up: Caching Across Sessions
10:07
Modern Python logging
21:32
Просмотров 173 тыс.
Debug Running Python Processes with GDB
12:19
Просмотров 6 тыс.
How I mastered Leetcode the unfair way
8:02
Просмотров 21 тыс.
5 Useful F-String Tricks In Python
10:02
Просмотров 292 тыс.