Howdy,
New to python and have two quick questions.
I need to write a program that is executed like:
python myprogram < input.txt
on the command line. I am uncertain how to do this. If anyone could give me a hint that would be super.
Also on the form there has been some reference to IDLE. I know it is an IDE but not sure how to get it (on mac os x) or if it would come preinstaled. As of write now I am writting in text mate and just running by going python programName.py.
Strange that there is no compliling in python.. Any comments?
Thanks for reading!
JS
New to python and have two quick questions.
I need to write a program that is executed like:
python myprogram < input.txt
on the command line. I am uncertain how to do this. If anyone could give me a hint that would be super.
Also on the form there has been some reference to IDLE. I know it is an IDE but not sure how to get it (on mac os x) or if it would come preinstaled. As of write now I am writting in text mate and just running by going python programName.py.
Strange that there is no compliling in python.. Any comments?
Thanks for reading!
JS
Comment