[no subject]

2005-09-22 Thread Dane Ensign
Hi all, Im new to python. Please can someone suggest a url for validating user input in python reliably? upon building a small terminal app, it appears that using the raw_input function combined with try-catch for the input conversion to integer, might be a good way to go. ? I need users to e

[no subject]

2005-09-22 Thread Dane Ensign
Hi all, Im new to python. Please can someone suggest a url for reading or solution to validating user input in python reliably? upon building a small terminal app, it appears that using the raw_input function combined with try-catch for the input conversion to integer, might be a good way to go.