caserec / CaseRecommender

Case Recommender: A Flexible and Extensible Python Framework for Recommender Systems
MIT License
471 stars 91 forks source link

Convert to Python3 #1

Closed ralic closed 6 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

arthurfortes commented 7 years ago

I would like to thank your contributions. I was already porting the framework for Python 3. I will soon submit the changes. Sorry for not accepting your current pull request, but the next ones will be welcome :).

One question: Any reason to change xrange to range?

lamenezes commented 6 years ago

On python 3 the builtin range function is python 2 xrange