GitXplorerGitXplorer
a

50-examples

public
37 stars
27 forks
3 issues

Commits

List of commits on branch master.
Unverified
2ef8c29a857c466ec75ea4bf7f75136b282e997c

Add two items

aakuchling committed 12 years ago
Unverified
18b6802c40787e70b289cd8614b55db8f14c9a16

Diagram: add example Life board

aakuchling committed 12 years ago
Unverified
2b9374c5c4a89371b8a5767c88cee8bf2a2a6f2d

Write section on Life

aakuchling committed 12 years ago
Unverified
42630554296967d4e09f48b3d7792f3ac3f741e4

More code tidying

aakuchling committed 12 years ago
Unverified
dbfa7e19e611f82e66a29bb8ae4cce024803530c

Add idea

aakuchling committed 12 years ago
Unverified
481e4469494db37689d36960d4a868cf80561ce4

Merge pull request #1 from BioGeek/patch-1

aakuchling committed 12 years ago

README

The README file for this repository.

Contains the text of a book describing interesting examples of Python programming for use in teaching. An alternate title was "The Python Teaching Cookbook". The examples are written for Python 3 (3.2 was used).

Requires Sphinx for formatting; once you have Sphinx installed, type "make" to see the available targets in the Makefile. "make html" will create an HTML version of the book in the build/ directory.

The English text of this work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

Note that the license forbids publishing and selling the book, though you're certainly free to print copies for your own private or educational use.

If you wish to sell copies of the book or include partial sections of the text in your own works made available under a different license, please contact the author to request permission. The software programs are released under the MIT license, and you are free to use or modify them in any way you like, including for commercial purposes or in other documentation projects.

I haven't tried finding a publisher for this book yet, and it may just remain web-only.

Please send questions, suggestions, and comments to amk@amk.ca.

A.M. Kuchling amk@amk.ca