Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
《Python Web开发实战》书中源码
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
chapter10/section2 Add all files Jun 12, 2016
chapter11
chapter12
chapter13
chapter14
chapter15/section2 Add all files Jun 12, 2016
chapter2/section2
chapter3 use a better way for to_url Jan 14, 2017
chapter4 勘误: Sep 15, 2016
chapter5/section3 report a new error, thx 特特特~ Sep 17, 2016
chapter6
chapter7
chapter8
chapter9
data
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
Dockerfile
LICENSE Initial commit May 26, 2016
README.md
Vagrantfile use correct box name Sep 17, 2016
app.py Add all files Jun 12, 2016
errata.md
setup.md

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.