Skip to content Skip to sidebar Skip to footer
Showing posts with the label Protocols

Sending / Receiving Websocket Message Over Python Socket / Websocket Client

I wrote a simple WebSocket client. I used the code I found on SO, here: How can I send and receive … Read more Sending / Receiving Websocket Message Over Python Socket / Websocket Client

Sending Messages From Other Languages To An Ipython Kernel

Does anyone have any experience of communicating with IPython kernels from outside of Python? If I … Read more Sending Messages From Other Languages To An Ipython Kernel

Type Hint For An Instance Of A Non Specific Dataclass

I have a function that accepts an instance of any dataclass. what would be an appropriate type hint… Read more Type Hint For An Instance Of A Non Specific Dataclass