Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: make sys.path.append auto detect
Post: RE: make sys.path.append auto detect

Hi, So D:\AvosLab\digital_scale\python is the directory where the python file is saved? If so, you can get the directory where the python file is saved with import os print(os.path.dirname(os.path....
SquareRoot Homework 2 3,481 Sep-06-2017, 09:18 PM
    Thread: Socket won't receive data suddenly with multiple clients
Post: Socket won't receive data suddenly with multiple c...

Hi Folks, i've programmed a simple web server. This is the Code: import socket csock='' c='' c = createListenSocket('',8000,1) cfile= '' page='' while 1: csock, caddr = c.accept() print ...
SquareRoot Networking 0 2,832 Sep-06-2017, 09:09 PM

User Panel Messages

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