Python Compatability and Upgrading Python on Mac OS X

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sixtyfootersdude
    New Member
    • Oct 2008
    • 14

    Python Compatability and Upgrading Python on Mac OS X

    Hey,

    My prof just out of the blue decided that we would teach ourselves python over the weekend.

    I am running Mac OS X Version 10.4.10 and Python version 2.3.5 came pre-installed on my machine. I have done a bit of looking around but found no good explanation of how to upgrade this. I know the marker will be using Python 2.5.1, will anything that I write in Python version 2.3.5 work on the later version? Or is NOT backwards compatible.

    Thanks so much!

    PS For anyone else trying to learn python I found this page very helpful

    http://www.developertu torials.com/tutorials/python/learn-python-in-10-minutes-7-12-12/page1.html
  • Smygis
    New Member
    • Jun 2007
    • 126

    #2
    A program written in Python 2.3 will work in python 2.5, but it may not work in python 2.2.

    But why dont you simply go to www.python.org/download and get a newer version. So you can use the nice new stuff.

    Comment

    • sixtyfootersdude
      New Member
      • Oct 2008
      • 14

      #3
      Originally posted by Smygis
      A program written in Python 2.3 will work in python 2.5, but it may not work in python 2.2.

      But why dont you simply go to www.python.org/download and get a newer version. So you can use the nice new stuff.

      Done and thanks Smygis.

      Comment

      Working...