06 2017 档案

摘要:```python #!/usr/bin/env python # -*- coding:utf-8 -*- import urllib.request import json import sys import logging touser = '@all' agentid = 0 corpid = 'wx5aef2da956514535' corpsecret = 'Co17m_OPlvE... 阅读全文
posted @ 2017-06-05 00:25 yangyang1234.com 阅读(2498) 评论(0) 推荐(0)
摘要:在安装 Python Jupyter环境之前需要先安装Python环境 1.安装Python2和Python3环境,并安装 virtualvenv. 2.安装配置Jupyter + 使用python3 pip安装jupyter pip install jupyter + 生成 jupyter配制文件 阅读全文
posted @ 2017-06-01 00:22 yangyang1234.com 阅读(12092) 评论(0) 推荐(0)