Mathspp Blog

A blog dedicated to mathematics and programming!

This blog has a really interesting assortment of articles on mathematics and programming. You can use the tags to your right to find topics that interest you, or you may want to have a look at

You should also subscribe to the blog newsletter.

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).