python3.4/3.5のasyncioが何となく不満。
Python3.4/3.5から導入されるasyncioライブラリの使い方や挙動を調べてみました。現時点ではまだなんとも不満な感じです。
pythonのgeventにAssertionErrorとか言われて詰みかけた話
pythonのgeventで発生する「assert not self.headers_sent」や「TypeError: an integer or string of size 1 is required」とかいうエラーへの対処方法です。
pythonのgeventとやらでwebsocket
pythonのgeventというライブラリを使って、websocketを使ったリアルタイム通信を実装してみました。