Foreword: Dont Do This at Home !

Warning

Please don’t

  • from module import *
  • if you do so (which is bad) don’t forget to define __all__

I guess I have no excuse others than lazyness. But I find it so easier to use.

Pathetic excuse #1

I am doing a conway game of life’s Domain Specific Language, and this is the easiest way to do it.

Pathetic excuse #2

Pretty easy to use and code :)

Pathetic excuse #3

I am a rebel.

Changelog

v0.1.0
  • usable console
  • pypi package, because it make doc shorter.

Indices and tables

Table Of Contents

Next topic

Direct in the fun

This Page