练习地址:https://github.com/Yixiaohan/show-me-the-code 题目:做为 Apple Store App 独立开发者,你要搞限时促销,为你的应用生成激活码(或者优惠券),使用 Python 如何生成 200 个激活码(或者优惠券)? Read More
posted @ 2017-12-20 15:22 几度夏 Views(1301) Comments(0) Diggs(0) Edit
库的安装与卸载 pip install requests pip uninstall requests 查看安装好的库 pip list 第三方库的各种安装方式如下: 一、包管理器 Python有个专门管理第三方库的网站PyPI。通过pip或easy_install安装包会自动搜索pypi上最新的包 Read More
posted @ 2017-12-20 15:13 几度夏 Views(9575) Comments(0) Diggs(0) Edit