On Wed, Sep 25, 2013 at 6:24 PM, Dino Bektešević wrote:
>
> Where did you find that In-Reply-To: field? In example Alan's response
> header
Gmail has a "Show original" link in the message drop-down menu. But in
this case I just searched the September text archive:
https://mail.python.org/piperma
On 25/9/2013 18:24, Dino Bektešević wrote:
>
> Where did you find that In-Reply-To: field? In example Alan's response
> header, including the quoted section is shown to me as:
>
> Message: 4
> Date: Mon, 23 Sep 2013 18:21:03 +0100
> From: Alan Gauld
> To: tutor@python.org
> Subject: Re: [Tutor] H
> Message: 1
> Date: Wed, 25 Sep 2013 06:29:30 -0400
> From: eryksun
> To: Dino Bekte?evi?
> Cc: tutor@python.org
> Subject: Re: [Tutor] HELP Please!!!How Do I Make a Graph Chart
> Generate in Python Based on my Code
> Message-ID:
>
> Content-Type: text/plain; charset=UTF-8
>
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
Hi,
Docopt is an alternative to optparse and argparse. Incredibly cool, and fun
(check out the youtube movie!): http://docopt.org/
Just in case you missed it (like me).
Regards,
Albert-Jan
ps: sorry if I posted this twice.
~
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
- Original Message -
> From: Oscar Benjamin
> To: Steven D'Aprano
> Cc: "Tutor@python.org"
> Sent: Wednesday, September 25, 2013 11:58 AM
> Subject: Re: [Tutor] ImportError: No module named '_sysconfigdata_m'
>
> On 25 September 2013 00:25, Steven D'Aprano
> wrote:
>> On Tue, Sep
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 =
- Original Message -
> From: "Treder, Robert"
> To: "tutor@python.org"
> Cc:
> Sent: Wednesday, September 25, 2013 6:09 PM
> Subject: Re: [Tutor] How to create dictionaries loadable with import
>
>T hanks for the suggestions and sorry about the errors when I tried to
>anonymize
> m
Thanks for the suggestions and sorry about the errors when I tried to anonymize
my code. It's turns out when I ran the code through setup, I had an __init__.py
file incorrectly defined which generated the error. The error from the
traceback was at the line where I was importing the module. I hav
Thanks Brian for replying but I already figured out what I was not doing
correctlyalso the link you supplied was not what I needed.I had to make
the user input statements appear as graphical input boxes and not just text and
I figured out how to do it, so it now works like a charm
On 24/9/2013 21:15, Dino Bektešević wrote:
> Hello,
>
> I wrote a response on the subject in the title about creating a graph
> in Python using the Graphics module presented in the standard python
> tutorial on 23rd detailing full explanations but I still saw repeated
> responses asking more of th
On Tue, Sep 24, 2013 at 9:15 PM, Dino Bektešević wrote:
>
> original question: http://code.activestate.com/lists/python-tutor/96889/
> my response: http://code.activestate.com/lists/python-tutor/96897/
>
> For someone browsing through Tutor in archive form I can see how this
> is a tad confusing,
On 25 September 2013 00:25, Steven D'Aprano wrote:
> On Tue, Sep 24, 2013 at 01:33:23PM +0100, Oscar Benjamin wrote:
>
>> If you want to mess with your system 'sudo rm -rf' is definitely the
>> way to go. Don't bother reporting this as a bug since you've
>> *definitely* voided the warranty (that y
Hello,
I wrote a response on the subject in the title about creating a graph
in Python using the Graphics module presented in the standard python
tutorial on 23rd detailing full explanations but I still saw repeated
responses asking more of the same question (lines causing the error,
which graphic
15 matches
Mail list logo