Buddy of mine introduced me to python and so far so good. I love it.
However, it didn't hit me until I tried moving my code over to an older version of RH, which has an older version of Python. I banged my head a few times trying to modify the code to run on an older version of Python. I eventually gave up and question whether I want to go that route or stick with Perl (never had an issue porting from CentOS 5 to older version running on RHEL 4).
With that said, how do you guys manage to work with work with code that's geared towards a newer version of the underlying compiler itself when there are multiple platforms to support? My thing is, what's the point of learning new syntax in let's say in the latest Python when I still have to learn the old syntax for the older platforms I support? With Perl, it just seems to work.
			
			However, it didn't hit me until I tried moving my code over to an older version of RH, which has an older version of Python. I banged my head a few times trying to modify the code to run on an older version of Python. I eventually gave up and question whether I want to go that route or stick with Perl (never had an issue porting from CentOS 5 to older version running on RHEL 4).
With that said, how do you guys manage to work with work with code that's geared towards a newer version of the underlying compiler itself when there are multiple platforms to support? My thing is, what's the point of learning new syntax in let's say in the latest Python when I still have to learn the old syntax for the older platforms I support? With Perl, it just seems to work.
				
		
			