Skip to content

Instantly share code, notes, and snippets.

@jiffyclub
Created September 24, 2012 21:15
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save jiffyclub/3778422 to your computer and use it in GitHub Desktop.
Save jiffyclub/3778422 to your computer and use it in GitHub Desktop.
Conway's Game of Life in an IPython Notebook
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@snordhausen
Copy link

To make this work in Python 3, replace all xrange with range (3 replacements) and also replace length/2 with length//2. Then it works fine in Python 3.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment