Nuacht

Tutorial about python socket programming. Contribute to rizafahmi/python-socket-programming-tutorial development by creating an account on GitHub.
Tutorial about python socket programming. Contribute to rizafahmi/python-socket-programming-tutorial development by creating an account on GitHub.
The only time to pickle something is if you need to represent a non-string object on disk, but Python code is strings. I presume that the receiving program is basically calling eval (skt.recv ()).