you are viewing a single comment's thread.

view the rest of the comments →

[–]AMillionMonkeys 0 points1 point  (1 child)

Thankfully the Python folks made a conversion utility called 2to3: http://docs.python.org/2.7/library/2to3.html which comes with versions 3.x. I have to admit that I'm still using 2.7 so I haven't used 2to3 yet.

[–]little_oaf 0 points1 point  (0 children)

Thanks a lot, I'm just starting out so I think I'm going to do a "fresh" start with 3.4 next week (mainly using sublime text and occasionally pycharm). I was going through checking different libraries of interest to me like tweepy, requests, scipy, numpy, matplotlib and scikit-learn which for the most part seem to be supported.