普段趣味でプログラミングをぼちぼちやってます。 その中で勉強した事を素人なりにnoteにまとめています。 これからプログラミングを始めてみよう!と思っている人や、プログラミング初心者の人など、色んな人の役に立てば良いなと思っています。
前回までsocket通信で色々遊んできましたが、見て見ぬふりをしてきたんです…例外を(-_-;。でもsocket通信を使うなら例外は絶対に対処しなければなりません。 そこで今回はsocket通信のプロセスをつぶさにステップしながら見て行きつつ、あれこれ色々無茶を ...
Python, unlike JavaScript, is a language that executes synchronously. This is why asyncio was developed — to make Python more robust, particularly for the nature of socket programming. With streaming ...
A socket is one endpoint of a two-way communication link between two programs running on the network. A socket is bound to a port number so that the TCP layer can identify the application that data is ...
This repo contains the practice codes and assignment codes of socket programming. Codes are written in python language, Python version used is Python 3.8 ...