<数据网站>常用网站收集

1.互联网数据指数

  • 百度指数:http://index.baidu.com/
  • 阿里指数:http://index.1688.com/
  • TBI腾讯浏览指数:http://tbi.tencent.com/
  • 新浪微博微指数:http://data.weibo.com/index/

2.政府机构数据

  • National data国家数据:http://data.stats.gov.cn
  • 世界银行公开数据:https://data.worldbank.org.cn/
  • Nasdaq股票交易市场数据:https://www.nasdaq.com/zh
  • 联合国统计数据:http://data.un.org
  • 国家统计局:http://www.tjcn.org/
  • CEIC经济数据:http://www.ceicdata.com/zh-hans
  • UCI:http://archive.ics.uci.edu/ml/datasets.html

3.数据管理咨询公司

  • 艾瑞咨询:https://www.iresearch.com.cn/
  • accenture咨询:https://www.accenture.com/cn-zh/careers/work-we-do-consulting
  • McKinsey(麦肯锡)咨询:https://www.mckinsey.com.cn/

4.第三方数据市场

  • 数据堂:http://www.datatang.com/index.html
  • 贵阳大数据交易所:http://trade.gbdex.com/trade.web/
  • 优易数据:http://www.youedata.com/

5.镜像源

阿里云 http://mirrors.aliyun.com/pypi/simple/ 
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
Python官方 https://pypi.python.org/simple/
v2ex http://pypi.v2ex.com/simple/
中国科学院 http://pypi.mirrors.opencas.cn/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

 

利用镜像源安装pyinstaller

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller

python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip

pyinstaller -v

  

 

posted @ 2019-02-06 14:45  水墨黑  阅读(624)  评论(0编辑  收藏  举报