Yet Another SWF Parser

2014-02-21 Thread Facundo Batista
I'm very proud to present Yet Another SWF Parser: "yaswfp", you can pronounce whatever you like :) https://github.com/facundobatista/yaswfp You can use it as command line program or as a module, for example (slightly truncated for readability): >>> swf = swfparser.parsefile() >>> swf.header

DEAP release 1.0.0: Distributed Evolutionary Algorithms in Python

2014-02-21 Thread FĂ©lix-Antoine Fortin
After more than 4 years of development, we are proud to announce the release of DEAP 1.0.0. You can download a copy of this release at the following web page. https://pypi.python.org/pypi/deap DEAP (Distributed Evolutionary Algorithms in Python) is a novel evolutionary computation framework f