Hello!
I'm planning to make an online program, actually it would only be a login system with GUI and a chat window after login. The client program would recieve some data from the server (like names, ages, etc). I don't want to use C++ for sockets, I want to use Python instead. My question is: how do I create a program which could use Python scripts and get data from them?