Mathspp Blog

342 391,958 32,910
articles words lines of code

This article shows how to communicate between Python and Dyalog APL through the use of sockets. We will use the module socket from Python and the Conga workspace from Dyalog.

Create a simple chatroom server in Python by following along this tutorial series.

Today I learned about the Python module selectors to manage multiple socket connections.

Dive into the world of socket programming with this Python tutorial that assumes 0 prior experience.

Today I learned the basics of socket programming (in Python).