Petri Net Programming(johncarlosbaez.wordpress.com)4 points·by thedatabase·14 lat temu·1 commentsjohncarlosbaez.wordpress.comPetri Net Programminghttp://johncarlosbaez.wordpress.com/2012/10/01/petri-net-programming/1 commentsPost comment[–]csense·14 lat temureplyGreat article!But the coding style needs some work. This is the first Python program I've ever seen that uses "this" instead of "self". Also, it uses filter() instead of a list comprehension with "if" clause.
But the coding style needs some work. This is the first Python program I've ever seen that uses "this" instead of "self". Also, it uses filter() instead of a list comprehension with "if" clause.