perl better than python for users with disabilities?

2006-12-20 Thread Dan Jacobson
Can I feel even better about using perl vs. python, as apparently python's dependence of formatting, indentation, etc. vs. perl's "(){};" etc. makes writing python programs perhaps very device dependent. Whereas perl can be written on a tiny tiny screen, and can withstand all kinds of users with va

years later DeprecationWarning

2006-03-22 Thread Dan Jacobson
Here's the deal: I have to maintain this long gone guy's programs and lately they've been saying ./north_pass.py:14: DeprecationWarning: integer argument expected, got float fl=range(1000*(math.floor(25000*f2m/1000)),46000*f2m,1000) As I don't know python, I tried sticking an int( ) in various p