I just start learning python to work with raspberry, my ultimate goal is to make a client / server application by creating a p2p network between raspberry. I chose to use the library asyncore to make client and server and initially pygame for graphics, now I'm trying to use PySide but I have a problem.
How can I integrate the asyncore.loop() into the main loop of pyside?