pysal / geopyter

GeoPyTeR: Geographical Python Teaching Resource
68 stars 17 forks source link

Big refresh + new features / Python 3 #40

Closed jreades closed 4 years ago

jreades commented 5 years ago

A number of changes:

  1. Core.py now supports remote notebook files (e.g. raw GitHuB content)
  2. Have stripped out basic Python2 stuff (e.g. has_key and unicode.strip()) so runs smoothly in Python3, but more work probably needed.
  3. Have updated a lot of content with a more recent version of Code Camp. Already another update of this material would probably be useful since Code Camp is several versions ahead (would be good to flip this on its head so that it's not pulling changes from Code Camp but compiling Code Camp from Foundations)...

Thanks that's it.

jon