ФорумПрограммированиеPython → Python socket programming tutorial

Python socket programming tutorial

  • adw0rd

    Сообщения: 22959 Репутация: N Группа: в ухо

    Spritz 26 июля 2012 г. 23:04

    This is a quick guide/tutorial to learning socket programming in python. Socket programming python is very similar to C.

    Socket functions are documented at http://docs.python.org/library/socket.html

    To summarise the basics, sockets are the fundamental “things” behind any kind of network communications done by your computer. For example when you type www.google.com in your web browser, it opens a socket and connects to google.com to fetch the page and show it to you. Same with any chat client like gtalk or skype. Any network communication goes through a socket.


    http://www.binarytides.com/blog/python-socket-programming-tutorial/
    https://smappi.org/ - платформа по созданию API на все случаи жизни

Пожалуйста, авторизуйтесь, чтобы написать комментарий!