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
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
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
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
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
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
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
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 =