Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-26 Thread Alan Gauld
On 26/09/13 12:29, Rafael Knuth wrote: At some stage it will cover reading and writing to files as well as data structures that will help store your data more effectively and looping constructs that will help you process it more effectively. ... (insofar it's usable at all) ..? Weirdly, writing

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-26 Thread Dave Angel
On 26/9/2013 08:18, Rafael Knuth wrote: > Dave, > > thank you so much, I will proceed as you suggested. > Currently, I am not 100% sure I get it right, but I will start iterating > now. > Please don't top-post. Put your comments under the relevant part(s) of the previous message, and delete the

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-26 Thread Rafael Knuth
Dave, thank you so much, I will proceed as you suggested. Currently, I am not 100% sure I get it right, but I will start iterating now. All the best, Rafael > > Can you advise how I should proceed in order to > > improve my To Do List program based on the code I wrote so far > > (insofar i

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-26 Thread Dave Angel
On 26/9/2013 07:29, Rafael Knuth wrote: > Can you advise how I should proceed in order to > improve my To Do List program based on the code I wrote so far > (insofar it's usable at all) ..? Weirdly, writing and reading to files > is not covered in those tutorials I am working with. > >> >>> pr

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-26 Thread Rafael Knuth
Alan, On Wed, Sep 25, 2013 at 9:11 PM, Alan Gauld wrote: > On 25/09/13 18:42, Rafael Knuth wrote: > >> I want to write a simple program (To Do List) that stores the input >> data (action items on To Do List). Currently I can only input items >> but the program I wrote doesn't store them. > > > Yo

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-25 Thread Alan Gauld
On 25/09/13 18:42, Rafael Knuth wrote: I want to write a simple program (To Do List) that stores the input data (action items on To Do List). Currently I can only input items but the program I wrote doesn't store them. You need to write the data to a file or database when the program closes a

Re: [Tutor] Writing program: To Do List in Python 3.0

2013-09-25 Thread Dave Angel
On 25/9/2013 13:42, Rafael Knuth wrote: > Hej there, > > I want to write a simple program (To Do List) that stores the input > data (action items on To Do List). Currently I can only input items > but the program I wrote doesn't store them. > > Can you help? > > Thanks, > > Rafael > > Here's the c

[Tutor] Writing program: To Do List in Python 3.0

2013-09-25 Thread Rafael Knuth
Hej there, I want to write a simple program (To Do List) that stores the input data (action items on To Do List). Currently I can only input items but the program I wrote doesn't store them. Can you help? Thanks, Rafael Here's the code I wrote so far: print("This is my to do list") Monday =