一、安装
- Python 安装
https://www.cnblogs.com/telwanggs/p/10043142.html - windows下安装Python虚拟环境virtualenvwrapper-win
https://www.cnblogs.com/ntwf/p/11018355.html - PyCharm 安装
https://www.jianshu.com/p/eb606812765d
在python的官网下载python对应版本:https://www.python.org/downloads/windows/
64位下载Windows x86-64 executable installer 版本
二、python插件的安装:pip install websockets
但更为方便的是:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple
加上清华镜像网
三、编程规范: