Brandon Corfman
|
Registered User
|
|
|
Nov 25 |
accepted | Artificial Inteligence library in python |
|
Nov 25 |
comment |
Artificial Inteligence library in python Software rot is an issue only if a) the code in question stops working with language upgrades, or b) the code is deficient in some way. The AIMA search.py module doesn't have either problem. |
|
Nov 25 |
answered | Artificial Inteligence library in python |
|
Nov 25 |
answered | Is there a cross-platform way to open a file browser in Python? |
|
Nov 2 |
comment |
Is there a “do … until” in Python? BTW, this is called "loop-and-a-half". Python continues to support this construct because it's one of the easiest loop patterns to correctly write and understand. See cs.duke.edu/~ola/patterns/… |
|
Oct 29 |
answered | Is it better to use ADO or DAO in Access 2007? |
|
Oct 22 |
answered | What is the best artificial-intelligence library for Python? |
|
Oct 18 |
awarded | ● Yearling |
|
Aug 5 |
revised |
Problem deploying Python program (packaged with py2exe) added 298 characters in body |
|
Jul 30 |
comment |
Remove items from a list while iterating in Python BTW, if another variable is referring to somelist, then you may want to modify the list in-place so that any references to it will be updated as well, i.e. somelist[:] = [x for x in somelist if determine(x)] |
|
Jul 30 |
accepted | Problem deploying Python program (packaged with py2exe) |
|
Jun 26 |
answered | Problem deploying Python program (packaged with py2exe) |
