I'm learning Python and making a program that uses loops to scrape planetary positions through a sequence of 301 years, generating minute by minute timestamps for 1800 through 2100, modifying the date as it goes. I can see that the logic of the program is working fine so far, but the problem is when I open the file "name.py" and the black console comes up, the output exceeds the display area, I can see the tail end of the output but can't highlight and copy the entire set of outputs.
I have just been double clicking the "name.py" file and then a black console comes up with the following path at the top C:\WINDOWS\py.exe
Does anybody know any good environments to display the entire set of outputs or how I should go about making them available to me after I run my program?
How should I go about opening the file, or what concepts should I look into to export the outputs to a word file or something of the sort.
Or would you recommend I run my program in smaller increments?
Many thanks for any pointers.