On Jul 8, 2:51 am, Henning Thornblad <[EMAIL PROTECTED]>
wrote:
> When trying to find an alternative way of solving my problem i found
> that running this script:
>
> #!/usr/bin/env python
>
> import re
>
> row=""
> for a in range(156000):
> row+="a"
> print "How many, dude?"
> print re.search(
xkenneth <[EMAIL PROTECTED]> writes:
> What does everyone consider essential for emacs python dev?
GNU Emacs 22.
The 'whitespace-mode' and 'python-mode' are good improvements in that
version of Emacs.
I've heard good things also about:
'ropemacs' http://rope.sourceforge.net/ropemacs.html>, an
percious <[EMAIL PROTECTED]> writes:
> Hi All,
>
> I started a new series about python on showmedo. Please feel free to
> take a look.
I'd love to, but showmedo refuses to show presentations to me without
installing non-free software.
--
\ “It takes a big man to cry, but it takes a bigge
[EMAIL PROTECTED] wrote:
Hello,
I have recently become interested in using python for scientific
computing, and came across both sage and enthought. I am curious if
anyone can tell me what the differences are between the two, since
there seems to be a lot of overlap (from what I have seen). If my
> I didn't have the problem with dumping as a string. When I tried to
> save this object to a file, memory error pops up.
That's not what the backtrace says. The backtrace says that the error
occurs inside pickle.dumps() (and it is consistent with the functions
being called, so it's plausible).
>
Hi,
>> If my goal
>> is to replace matlab (we do signal processing and stats on
>> physiological data, with a lot of visualization), would sage or
>> enthought get me going quicker?
Pylab.
> At the moment I switched totally to Python,
Me too, porting scripts was easy.
Dan
--
http://mail.python.o
On Thu, Jul 3, 2008 at 5:01 AM, david odey <[EMAIL PROTECTED]>
wrote:
> I write to inform you that the reason I subscribed to this web page
> is not been met.
>
> I want to be sent sample codes in programming languages especially
> python and an email tutorial on C#. I will be happy if these deman
From the nothing-is-so-trivial-it's-not-worth-a-usenet-post file:
Shouldn't the default representation of complex numbers be like that of
floats? That is, have a decimal point?
>>> 1
1
>>> 1.0
1.0
>>> 1j
1j
>>> 1.0j
1j
>>> 1.0+1.0j
(1+1j)
In the relevant bit of floatobject.c, there's
DSM wrote:
From the nothing-is-so-trivial-it's-not-worth-a-usenet-post file:
Shouldn't the default representation of complex numbers be like that of
floats? That is, have a decimal point?
>>> 1
1
>>> 1.0
1.0
>>> 1j
1j
>>> 1.0j
1j
>>> 1.0+1.0j
(1+1j)
In the relevant bit of floatobje
Thank you very much Martin. It worked like a charm.
--
http://mail.python.org/mailman/listinfo/python-list
Ben Finney wrote:
percious <[EMAIL PROTECTED]> writes:
Hi All,
I started a new series about python on showmedo. Please feel free to
take a look.
I'd love to, but showmedo refuses to show presentations to me without
installing non-free software.
mplayer works just fine on the .flv's.
--
Ro
Ben Finney wrote:
> "David C. Ullrich" <[EMAIL PROTECTED]> writes:
>
>> >>> 'ab' in 'abc'
>> True
>> >>> [1,2] in [1,2,3]
>> False
>
> http://www.python.org/doc/ref/comparisons.html>
>
>> Is there a reason for the inconsistency?
>
> Probably. The special behaviour of string types was changed i
Robert Kern <[EMAIL PROTECTED]> writes:
> Ben Finney wrote:
> > percious <[EMAIL PROTECTED]> writes:
> >
> >> I started a new series about python on showmedo. Please feel free
> >> to take a look.
> >
> > I'd love to, but showmedo refuses to show presentations to me
> > without installing non-free
On Jul 8, 2:51 am, Henning Thornblad <[EMAIL PROTECTED]>
wrote:
> When trying to find an alternative way of solving my problem i found
> that running this script:
>
> #!/usr/bin/env python
>
> import re
>
> row=""
> for a in range(156000):
> row+="a"
> print "How many, dude?"
> print re.search(
korean_dave wrote:
From command Prompt, i type in a script, "tryme.py".
This, instead, brings up PythonWin editor and Interactive Window.
Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5)
How do I make it so that the script runs?
--
http://mail.python.org/mailman/listin
Ben Finney wrote:
Robert Kern <[EMAIL PROTECTED]> writes:
Ben Finney wrote:
percious <[EMAIL PROTECTED]> writes:
I started a new series about python on showmedo. Please feel free
to take a look.
I'd love to, but showmedo refuses to show presentations to me
without installing non-free softwa
On Mon, Jul 7, 2008 at 5:56 PM, korean_dave <[EMAIL PROTECTED]> wrote:
> >From command Prompt, i type in a script, "tryme.py".
>
> This, instead, brings up PythonWin editor and Interactive Window.
>
> Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5)
>
> How do I make it so t
Robert Kern <[EMAIL PROTECTED]> writes:
> Ben Finney wrote:
> > Okay. Where would the public link to those files be?
> >
> > If I need to "log in" just to download it, that's a needless barrier
> > that's going to turn me away too.
>
> Yes, you do need to log in.
Thanks.
> If you don't want to
David C. Ullrich wrote:
'ab' in 'abc'
True
'a' in 'abc' works according to the standard meaning of o in collection.
'ab' in 'abc' could not work by that standard meaning because strings,
as virtual sequences, only contain characters (length 1 strings). Among
built-in collections, this l
DSM wrote:
ISTM the same reasoning applies equally to complex numbers. My interest
arose because of what I think is a bug in pypy's complex printing:
Python 2.4.1 (pypy 1.0.0 build 56124) on linux2
Type "help", "copyright", "credits" or "license" for more information.
``RPython: we use it
Ben Finney wrote:
Robert Kern <[EMAIL PROTECTED]> writes:
Ben Finney wrote:
Okay. Where would the public link to those files be?
If I need to "log in" just to download it, that's a needless barrier
that's going to turn me away too.
Yes, you do need to log in.
Thanks.
On Jul 5, 11:09 am, david <[EMAIL PROTECTED]> wrote:
> You learn something new every day:
>
> On my ubuntu, update-manager is supposed to use the python2.5
> installed on /usr/bin. Well, I had subsequently installed a whole
> bunch of stuff in /usr/local (/usr/local/bin/python and /usr/local/lib/
>
Andrew Freeman <[EMAIL PROTECTED]> writes:
> http://videos1.showmedo.com/ShowMeDos/291.flv
Thanks, that works, and GStreamer (via Totem) plays it fine.
> I hope the presenter doesn't mind, but it is quite simple to
> discover using open source tools like firebug.
Which leads one to wonder w
Ben Finney wrote:
> Andrew Freeman <[EMAIL PROTECTED]> writes:
>
>> http://videos1.showmedo.com/ShowMeDos/291.flv
>>
>
> Which leads one to wonder why they don't just present that URL for
> download instead of behind a "log in" gate. And how long that will be
> possible before they brea
korean_dave wrote:
From command Prompt, i type in a script, "tryme.py".
This, instead, brings up PythonWin editor and Interactive Window.
Path variable is "C:\Python24". (I need Python 2.4 installed, not 2.5)
How do I make it so that the script runs?
Start->My Computer->Properties->Advanced
On Jul 7, 8:08 pm, "Adam C." <[EMAIL PROTECTED]> wrote:
> Thanks. I think we would want new-style classes, and 6-year-old
> patches strike me as maybe a little out of the desired path... so this
> really just doesn't work in modern Python?
Can you use (multiple) inheritance instead of changing the
On Mon, 07 Jul 2008 10:05:56 +0200, TP <[EMAIL PROTECTED]> wrote:
> TP wrote:
>
>> So, the python print command *can* interpret these 4-character as a single
>> character. It would be odd if there were no possibility to do the same
>> thing when the characters are (i) stored in a python variable
>
Hi,
At my GUI application i am catching a key press action. The code is
working if i don't enable the overrideredirect. When i comment out the
overriderect part i can see the picture but i am not able to catch
the key presses. It seems like the GUI is stucked. But i want to have
windowless apper
Peter Pearson wrote:
> I don't understand exactly what you mean by "Sorry"
I means: please forgive me for having said that it does not work with
variables, because it is completely false.
Thanks one more time
Julien
--
TP (Tribulations Parallèles)
"Allez, Monsieur, allez, et la foi vous vien
On 7 Jul., 08:01, Rotlaus <[EMAIL PROTECTED]> wrote:
> 2 weeks ago i asked for a etended getattr() which worked really fine,
> but now i would love to have a extendedsetattr() as well.
I've tried the following, but it doesn't work:
class A(object):
def __init__(self):
self.B = B()
cl
Rotlaus schrieb:
On 7 Jul., 08:01, Rotlaus <[EMAIL PROTECTED]> wrote:
2 weeks ago i asked for a etended getattr() which worked really fine,
but now i would love to have a extendedsetattr() as well.
I've tried the following, but it doesn't work:
class A(object):
def __init__(self):
Hi,
Is there any binding that i can use for my python-tk application that
will show an icon at the system tray when the application runs which
will be able to be change during the process?
--
Oğuz Yarımtepe
--
http://mail.python.org/mailman/listinfo/python-list
101 - 132 of 132 matches
Mail list logo