topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 3:06 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Article: Writing Forwards Compatible Python Code  (Read 2501 times)

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Article: Writing Forwards Compatible Python Code
« on: April 27, 2011, 09:23 PM »
python-logo.gif
or
python-3.png

While looking into Sage (which appears to use Python to "glue" a whole lot of math/science-related software together), noticed one of their eventual goals was Python 3 compatibility.  Wondering how things were going on the Python 2 to 3 transition, came across:

Writing Forwards Compatible Python Code

Any Pythoners have any comments on the content?