After installing parallel python package using “sudo pip install python-pp”, I ran the code http://www.parallelpython.com/content/view/17/31/#SUM_PRIMES python sum_primes.py but got an error “secret must be set using command-line option or configuration file”. According to this article http://www.parallelpython.com/component/option,com_smf/Itemid,29/topic,571.msg1555 the discription and solutions are: You’re
How do I make python to wait for a pressed key
try: input(“Press enter to continue …”) except SyntaxError: pass
DEAP evolutionary computation framework
Distributed Evolutionary Algorithms in Python (DEAP) is an evolutionary computation framework for rapid prototyping and testing of ideas. https://github.com/DEAP/deap To install sudo apt install python-pip sudo pip install deap Here is one max problem example http://deap.readthedocs.io/en/master/examples/ga_onemax.html Useful tip 🙂 To download