Back to rankings
《Python Web开发实战》书中源码
pythonwebwebdevelopmentflaskipythoncelerymqasynciojupyter-notebookmakoansiblesaltstack
Key Metrics
Star Growth
Stars
1.2k
Forks
539
Weekly Growth
—
Issues
2
5001k
Jan 2023Aug 2023Mar 2024Oct 2024May 2025Dec 2025Jul 2026
ArtifactsPyPI
pip install web_developREADME
Python Web开发实战
《Python Web开发实战》这本书的源代码项目
购买链接
重要提示
进入虚拟机请首先更新下项目代码库:
❯ cd web_develop ❯ git pull --rebase origin masterfork的时候可以顺便点个star😂
如果使用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更新一下。如果下载box文件很慢,可以通过百度网盘下载,然后使用
vagrant box add dongweiming/web_develop virtualbox.box初始化。
重要链接
本书大事记
- 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: 开始写作
Related repositories