Python and cellular automata (It works this time!)

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Sat Jun 24 12:49:32 EDT 2006


Few coding suggestions:
- Don't mix spaces and tabs;
- Don't write line (comments) too much long;
- Don't post too much code here;
- For this program maybe Pygame is more fit (to show the images in real
time) instead of PIL;
- Maybe Psyco can help speed up this program;
- Maybe ShedSkin will support part of the cimg library, such kind of
programs is fit for it :-)

Bye,
bearophile




More information about the Python-list mailing list