Skip to content

fey101/book-example

This branch is 491 commits ahead of, 544 commits behind hjwp/book-example:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

982d630 · Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Feb 24, 2013
Oct 4, 2014

Repository files navigation

This repository contains all the example code from my book, "Test-Driven Web Development with Python", available at www.obeythetestinggoat.com

Checking out code for individual chapters

Each chapter in the book has its own branch, which contains all the commits for that chapter. So, the state of the code in a branch is the state of the code at the end of that chapter.

In other words, if you want to start on a particular chapter in the book, you should check out the code for the previous chapter.

So, eg, chapter_05 has all the commits up to the end of chapter 5, so it's the branch to check out if you want to skip to the beginning of chapter 6.

Branches follow the syntax chapter_XX, so they're zero-padded.

About

Example code for my book on TDD with Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.1%
  • Python 21.6%
  • HTML 3.5%
  • CSS 1.8%