BuildingMachineLearningSystemsWithPython
BuildingMachineLearningSystemsWithPython copied to clipboard
make list as iteratable
The variable "it" in parsexml is a simple list object and not iteratable. So next(it) causes an error, the request fix it.
I tested on python 2.7.9.