Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: socket programming (browser)
Post: RE: socket programming (browser)

import socket def client_program(): host = socket.gethostname() # as both code is running on same pc port = 5000 # socket server port number client_socket = socket.socket() # instant...
siripriya Networking 8 5,442 Dec-18-2018, 10:13 AM
    Thread: Where can I get information about internal logic of source code Python?
Post: RE: Where can I get information about internal log...

CPython is a huge codebase, and you should expect that building a mental model of it will be a long process. Download the source code now and begin poking around, spending five or ten minutes when you...
siripriya News and Discussions 1 2,583 Dec-17-2018, 05:27 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020