Re: [Tutor] lists, arrays and saving data

2010-11-21 Thread Corey Richardson
On 11/21/2010 8:12 AM, Chris Begert wrote: Hi Gurus I just wrote my first little python program; so yes I'm very new to all this. The goal in the end is to have a program that shows how the sun moves from the point of view of a given location (i.e. solar paths added to some sort of stereog

Re: [Tutor] lists, arrays and saving data

2010-11-21 Thread Alan Gauld
"Chris Begert" wrote How do I store a years worth of data of angles in an array / list / whatever is most useful when using Python? The choice of data structure usually depends on how you plan on accessing/using it. So we can't advise until we know more about what you plan on doing with it! T

Re: [Tutor] lists, arrays and saving data

2010-11-21 Thread Emile van Sebille
On 11/21/2010 5:12 AM Chris Begert said... Hi Gurus I just wrote my first little python program; so yes I'm very new to all this. The goal in the end is to have a program that shows how the sun moves from the point of view of a given location (i.e. solar paths added to some sort of stereogra

[Tutor] lists, arrays and saving data

2010-11-21 Thread Chris Begert
Hi Gurus I just wrote my first little python program; so yes I'm very new to all this. The goal in the end is to have a program that shows how the sun moves from the point of view of a given location (i.e. solar paths added to some sort of stereographic diagram). My very first program calcula