Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dongweiming/web_develop
《Python Web开发实战》书中源码
https://github.com/dongweiming/web_develop
ansible asyncio celery fabric flask ipython jupyter-notebook mako mq python saltstack web webdevelopment
Last synced: about 19 hours ago
JSON representation
《Python Web开发实战》书中源码
- Host: GitHub
- URL: https://github.com/dongweiming/web_develop
- Owner: dongweiming
- License: gpl-3.0
- Created: 2016-05-26T09:19:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:07:22.000Z (about 1 year ago)
- Last Synced: 2024-12-14T07:04:21.542Z (8 days ago)
- Topics: ansible, asyncio, celery, fabric, flask, ipython, jupyter-notebook, mako, mq, python, saltstack, web, webdevelopment
- Language: Python
- Homepage: https://zhuanlan.zhihu.com/p/22371355
- Size: 817 KB
- Stars: 1,212
- Watchers: 84
- Forks: 539
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list-ansible - web_develop
README
# Python Web开发实战
《Python Web开发实战》这本书的源代码项目
### 购买链接
1. [京东](http://item.jd.com/11966737.html)
2. [亚马逊](https://www.amazon.cn/Python-Web%E5%BC%80%E5%8F%91%E5%AE%9E%E6%88%98-%E8%91%A3%E4%BC%9F%E6%98%8E/dp/B01L8NVIC6)
3. [China-pub](http://product.china-pub.com/4976972)
4. [当当](http://product.dangdang.com/24029839.html)### **重要提示**
1. 进入虚拟机请首先更新下项目代码库:
```
❯ cd web_develop
❯ git pull --rebase origin master
```2. fork的时候可以顺便点个star😂
3. 如果使用Vagrant启动时,提示类似如下信息:```
==> default: A newer version of the box 'dongweiming/web_develop' is available! You currently
==> default: have version '0.X'. The latest is version '0.Y'. Run
==> default: `vagrant box update` to update.
```那么可以使用`vagrant box update`更新一下。
4. 如果下载box文件很慢,可以通过[百度网盘](https://pan.baidu.com/s/1mhQmCac)下载,然后使用`vagrant box add dongweiming/web_develop virtualbox.box`初始化。### 重要链接
1. [安装设置](./setup.md)
2. [勘误](./errata.md)
3. [Python社区](http://python-cn.org)
4. [Python之美](https://zhuanlan.zhihu.com/python-cn)### 本书大事记
* 2017-02-10: 本书四印3k册上市
* 2016-11-10: 本书已经确定要输出到台湾了!
* 2016-11-01: 本书三印2k册上市
* 2016-10-10: 本书二印2k册上市
* 2016-09-12: 本书上市,同一天首印3k册售罄
* 2016-09-02: 开始预售
* 2016-08-15: 写作完成
* 2015-12-20: 开始写作