ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

Support Python 3 #490

Open jbednar opened 12 years ago

jbednar commented 12 years ago

Eventually, we'll want to support Python 3.x. This is not particularly urgent for all of topographica, given that not all of its dependencies support python3 yet, but it's fairly important for some of the subpackages like param, numbergen, and maybe imagen, which have fewer dependencies.

The six package (http://packages.python.org/six/) may be of use, though it's tricky to use that from param, which is meant to have no dependencies outside of the standard library.

jbednar commented 10 years ago

Param, NumberGen, DataViews, and ImaGen all now support Python 2.7 and Python 3 from the same codebase. Still have to work on FeatureMapper and finally Topographica itself.

stonebig commented 8 years ago

any news on this ?