Re: Will multithreading make python less popular?

2009-02-16 Thread Andreas Kaiser
On 16 Feb., 10:34, rushen...@gmail.com wrote:
> Hi everybody,
> I am an engineer. I am trying to improve my software development
> abilities. I have started programming with ruby. I like it very much
> but i want to add something more. According to my previous research i
> have designed a learning path for myself. It's like something below.
>       1. Ruby (Mastering as much as possible)
>       2. Python (Mastering as much as possible)
>       3. Basic C++ or Basic Java
> And the story begins here. As i search on the net,  I have found that
> because of the natural characteristics of python such as GIL, we are
> not able to write multi threaded programs. Oooops, in a kind of time
> with lots of cpu cores and we are not able to write multi threaded
> programs. That is out of fashion. How a such powerful language doesn't
> support multi threading. That is a big minus for python.

On comp.lang.ruby David Masover wrote this at 29 Jul. 2008, 07:55:
-
Right now, Ruby shares a problem with Python called the GIL -- the
Global (or
Giant) Interpreter Lock. What this means is that only one Ruby
instruction
may execute at a time. So even though they're using separate OS
threads, and
even though different Ruby threads might run on different cores, the
speed of
your program (at least the Ruby part) is limited to the speed of a
single
core.
-

Please don't mix threads and parallel processing on more then one CPU
core.

Andreas
--
http://mail.python.org/mailman/listinfo/python-list


Re: Py2exe make wxPython window looks bad

2006-06-30 Thread Andreas Kaiser

zdp schrieb:
> But when I convert the program to EXE file by Py2exe, and run it, the
> look & feel is bad. It's just like the windows 9x. All controls has a
> thick and emboss border. However, the scrollbars look good, same as the
> window XP.
XP needs a manifest file in the setup.py or as a single file in the
program dir. See examples in the py2exe installation dir.

Andreas

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: tachometer diagram

2005-11-02 Thread Andreas Kaiser
Hi Franz,

you're right! Andrea (the developer of these widgets) sends me this
link about the wxPython ML.
Thanks.

Andreas

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: tachometer diagram

2005-10-31 Thread Andreas Kaiser
> I can change my mind, sorry.
Should be: I _can't_ change ...

Andreas

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: tachometer diagram

2005-10-31 Thread Andreas Kaiser
Hello Jorge,

I can change my mind, sorry. The target OS for this app is Win. When
pyQt4 is available, I will check QT.

Andreas

-- 
http://mail.python.org/mailman/listinfo/python-list


tachometer diagram

2005-10-31 Thread Andreas Kaiser
Hello,

I'am searching for a python solution for display a tachometer diagram.
I prefer a solution for wxPython.
The plot libraries I've found do not implement this diagram type.
Any hints welcome!

Thanks
Andreas

-- 
http://mail.python.org/mailman/listinfo/python-list