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
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.