TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Petri Net Programming
4 points
by
thedatabase
over 12 years ago
1 comment
csense
over 12 years ago
Great article!<p>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.