PyCharm 是由捷克公司 JetBrains 专为 Python 开发者设计的一款集成开发环境 (IDE)。
版本区别
Community Edition (社区版): 免费开源(Apache2 许可),适用于纯 Python 开发和学习。
Professional Edition (专业版): 商业付费,提供更高级的功能。
使用socks5代理
需要先安装 PySocks
proxies = {'http': 'socks5://127.0.0.1:7891',
'https': 'socks5://127.0.0.1:7891'}