Dear All, 
Good day! My name is Milton an would like to kindly ask the following 
questions:

1) Would like to input a file of data as input to a test python script 
wrote in Spyder. However, I do not know how to do it inside Spyder. 

Have managed to do it when running the script in Windows Console (MS-DOS 
Prompt) by using the command line:


C:\Users\milton> python C:\Users\milton\Desktop\uno.py < C:\Users\milton\
Desktop\integers.dat


2) For the same test script, users have the possibility to interactively 
insert data and, then, terminate the manual input by typing the EOF 
Character (Ctrl+Z - Windows), 

Again, this can be achieved in Windows Console

C:\Users\milton> python C:\Users\milton\Desktop\uno.py
Type integers, each followed by Enter; or CTRL + D or CTRL + Z to finish
1
2
3
^Z
count= 3 total= 6 mean= 2.0


Would be very grateful if the group could please provide with some insights 
on how to do it

Sincerely,
Milton

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/b287fc87-2198-4be7-8196-fe3dccf16d4b%40googlegroups.com.

Reply via email to