2019年1月21日

Calibre爬取RDDOC里的Python Library

摘要: 1 #!/usr/bin/env python2 2 # vim:fileencoding=utf-8 3 from __future__ import unicode_literals, division, absolute_import, print_function 4 from calibre.web.feeds.news import BasicNewsRecipe 5 ... 阅读全文

posted @ 2019-01-21 19:05 McGill 阅读(180) 评论(0) 推荐(0) 编辑

2019年1月20日

Calibre 3.38.1 下载 Runoob 网站中的《Python 2 教程》的 Recipe

摘要: 代码如下: 阅读全文

posted @ 2019-01-20 20:24 McGill 阅读(272) 评论(0) 推荐(0) 编辑

在Windows 10环境中安装Python 2.7.15的pip

摘要: 1. Python 2.7.15没有pip工具 在 Windows 10 中安装 Python 2.7.15 后,运行 PowerShell,发现无法执行pip命令。 查看python主目录,Scripts文件夹不存在。 下面,通过源码安装 setuptools 和 pip 。其中,setuptoo 阅读全文

posted @ 2019-01-20 15:48 McGill 阅读(7279) 评论(0) 推荐(0) 编辑

导航