On Wed, Mar 17, 2010 at 1:11 PM, Azhagu Selvan wrote:
> Hi,
>
> I want to get a formatted plaintext and convert into HTML like what
> markdown does. I tried python-mardown. Is there any similar python
> libraries to do that parsing??
>
> -- Azhagu Selvan
> _
Hi,
I want to get a formatted plaintext and convert into HTML like what
markdown does. I tried python-mardown. Is there any similar python
libraries to do that parsing??
-- Azhagu Selvan
___
Tutor maillist - Tutor@python.org
To unsubscribe or change
> Whilst I agree with the general principle to use raw_input, I don't
> see how we can say that it is the problem here. Indeed so far as
> I can tell we don't even know what the problem here is other than
> that the OP is trying to call the function he has defined in
> another file.
>
>
> --
> Alan
Thank you all for the input.
I've not been clear in my original question. For each value in the range (in
example 10) I have to perform calculations with the values in the tuple (in
example 3). This makes 30 calculations in total.
In reality I have to do this for a much larger dataset (eg 1000
Hi,
I want to get a formatted plain text and convert into HTML like what
markdown does. I tried python-markdown. Is there any similar python
libraries to do that parsing??
-- Azhagu Selvan
___
Tutor maillist - Tutor@python.org
To unsubscribe or change
"Karjer Jdfjdf" wrote
I have a list of tuples with 2 values.
I want to perform calculations on all of these
for each value in a range of values (e.g. 100 to 110).
So, if I understand you correctly, you want to
write a function
perform_calculations(value, list_of_tuples, ):
for v1,v2 in
On 03/18/2010 02:02 AM, Karjer Jdfjdf wrote:
> I'm having problems with iterations and loops.. So I'm curious about the
> best Python-way to do iterations of lists (in if, while etc statements)
> and breaking of loops.
"Best" is a relative term to the current context of the problem. What is
best f
On 3/17/2010 8:02 AM Karjer Jdfjdf said...
I'm having problems with iterations and loops. So I'm curious about the best
Python-way to do iterations of lists (in if, while etc statements) and breaking
of loops.
I have a list of tuples with 2 values. I want to perform calculations on all of
the
I'm having problems with iterations and loops. So I'm curious about the best
Python-way to do iterations of lists (in if, while etc statements) and breaking
of loops.
I have a list of tuples with 2 values. I want to perform calculations on all of
these for each value in a range of values (e.g.
On 17/03/2010 02:35, Jeff Peery wrote:
hello,
I want to browse the windows registry for the program ids listed under the
categories:
63D5F430-CFE4-11d1-B2C8-0060083BA1FB
63D5F432-CFE4-11d1-B2C8-0060083BA1FB
where might be the best way to learn how to do that with python?
Hopefully this might
"Jeff Peery" wrote
I want to browse the windows registry for the program ids listed under
the categories:
63D5F430-CFE4-11d1-B2C8-0060083BA1FB
63D5F432-CFE4-11d1-B2C8-0060083BA1FB
where might be the best way to learn how to do that with python?
I'd probably start with the registry module..
hello,
I want to browse the windows registry for the program ids listed under the
categories:
63D5F430-CFE4-11d1-B2C8-0060083BA1FB
63D5F432-CFE4-11d1-B2C8-0060083BA1FB
where might be the best way to learn how to do that with python?
thanks,
Jeff
_
12 matches
Mail list logo