aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
8.06k stars 3.81k forks source link

Upgrade to Python 3.7 #1189

Open norvig opened 4 years ago

norvig commented 4 years ago

Currently aimacode is in Python 3.5, which is now five years old. I propose we upgrade to Python 3.7, which is two years old. (Python 3.8 is 1/2 year old, so I think it is too soon for that.)

The features of 3.6 and 3.7 which we should be using:

reachtarunhere commented 4 years ago

Sounds good. The pandemic is leaving me a lot of time at home so I'll start working on this :)

vishalsingha commented 3 years ago

Hii, I would like to work on this.