Live data from Hacker News

Petri Net Programming

johncarlosbaez.wordpress.com

1–2 of 2 posts

Re: Petri Net Programming

#2
Great 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.