Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: how to send an image from server to client using PICKLE module
Post: how to send an image from server to client using P...

I have this sqlite3 database table in the server side that contains a BLOB object: q_conn = sqlite3.connect('questions_stack.db') q_c = q_conn.cursor() q_c.execute("""CREATE TABLE IF NOT EXISTS quest...
dafdaf Networking 1 3,129 May-14-2020, 09:08 PM
    Thread: how can i send a list of tuples from the server to the client using sockets?
Post: how can i send a list of tuples from the server to...

I have a list of tuples that I don't know the length of (I selected it from a sqlite3 database table). how can I send this list from the server to a client using sockets so that the client could ac...
dafdaf Networking 1 3,926 Apr-13-2020, 09:06 PM

User Panel Messages

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