Skip to main content

6 docs tagged with "python"

View All Tags

ipython 选择正确的python版本

环境了使用pyenv安装了多个版本的python, 使用pip intall ipython后, 启动的ipython版本总是不对, 导致已经安装的pip依赖无法使用.

python metaclass

随便点开看的微信公众号平台python客户端代码werobot, 另一个是wechatpy. 很久没写python了, 看开源代码总能发现一些有意思的写法.

sse 单向信息流

以前只接触过websocket, 或者mqtt这种长时间双向同步的web协议, 没想到竟然还有sse协议(server sent events), 用于从服务端单向通过http向web端发送信息流.