Skip to content
《Python Web开发实战》书中源码
Python Jupyter Notebook C HTML JavaScript CSS Other
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
chapter10/section2 Add all files Jun 12, 2016
chapter11 Add slow_query case Aug 17, 2016
chapter12 Remove chapter5<RESTful API> Jul 20, 2016
chapter13 update web_develop Jun 26, 2016
chapter14 Add all files Jun 12, 2016
chapter15/section2 Add all files Jun 12, 2016
chapter2/section2 Add all files Jun 12, 2016
chapter3 Bump pillow from 3.2.0 to 6.2.0 in /chapter3/section5 Nov 5, 2019
chapter4 chapter4/section2/app_security.py add app.config['SECURITY_PASSWORD_H… Apr 25, 2019
chapter5/section3 report a new error, thx 特特特~ Sep 17, 2016
chapter6 make location rule more rigorous Sep 25, 2016
chapter7 Remove chapter5<RESTful API> Jul 20, 2016
chapter8 Refactoring chapter3 Jul 8, 2016
chapter9 Add all files Jun 12, 2016
data update web_develop Jun 26, 2016
databases Add all files Jun 12, 2016
static Add all files Jun 12, 2016
templates closed #8 Sep 25, 2016
.env Add all files Jun 12, 2016
.gitattributes Ignore Untitled.html for language definitions Aug 19, 2017
.gitignore Initial commit May 26, 2016
Dockerfile Add all files Jun 12, 2016
LICENSE Initial commit May 26, 2016
README.md Update README.md Feb 13, 2017
Vagrantfile use correct box name Sep 17, 2016
app.py Add all files Jun 12, 2016
errata.md fixes: #75 Apr 25, 2019
setup.md 添加环境部署 Jul 23, 2016

README.md

Python Web开发实战

《Python Web开发实战》这本书的源代码项目

购买链接

  1. 京东
  2. 亚马逊
  3. China-pub
  4. 当当

重要提示

  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文件很慢,可以通过百度网盘下载,然后使用vagrant box add dongweiming/web_develop virtualbox.box初始化。

重要链接

  1. 安装设置
  2. 勘误
  3. Python社区
  4. Python之美

本书大事记

  • 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: 开始写作
You can’t perform that action at this time.