473,396 Members | 1,756 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

A little curious about something..

Hell all once again :)

I just installed Python after giving Activestates distribution of python a
try for a few days, and I have come across something that strikes me as a
little weird, to my beginners eye anyways.

In Activestates distribution of python, Idle or Pythonwin whatever their
version of Idle is, loaded fast and smoothly, and if I click-held the idle
GUI and moved the GUI window to reposition it somewhere else of the screen,
it moved fluidly and fast.

However with the Idle version in python, the GUI and python it's self loads
allot slower, and if I do the same click-hold to reposition the idle GUI
window, it chugs and stutters across the screen as I move it, rather slowly
and no were near as smoothly and fluidly as the Activestates version of the
Idle GUI window.

Why is this? is it something to do with the widget sets used??

M.B

PS: It's deffinately not resources lacking on my pc either :0 My machine is
a mosnter :)

--
*************
The Imagination may be compared to Adam's dream-
he awoke and found it truth.
John Keats.
*************
Jul 18 '05 #1
1 1507
Player wrote:
However with the Idle version in python, the GUI and python it's self loads
allot slower, and if I do the same click-hold to reposition the idle GUI
window, it chugs and stutters across the screen as I move it, rather slowly
and no were near as smoothly and fluidly as the Activestates version of the
Idle GUI window.


I'm just guessing here, but the ActiveState IDE, PythonWin, uses native
Windows widgets from Python, while IDLE uses Tk widgets inside a TCL
interpreter which is controlled from Python. This means that IDLE has
an extra layer or two of indirection. (And, while I'm sure that TCL is
a great language within its intended problem domain, I don't believe
that execution speed has been any sort of priority in its development...)

Jeff Shannon
Technician/Programmer
Credit International

Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Randell D. | last post by:
Folks, A ng poster recently questioned their usage/creation of arrays and their correct syntax. I got the idea to performance test from a recent (excellent) PHP Tutorial article that was in Linux...
40
by: Confused User | last post by:
I am curious what the origins of size_t are. I see that it is usually typedef'd to be the native integer size of a particular machine. I also see that routines like strncpy(char *t, const char *s,...
10
by: Tom Dacon | last post by:
I'm curious to see if anyone has an opinion on this little design question - I'm doing a computational astronomy library in C#, purely for my own use, and one of the things that happens regularly...
7
by: tshad | last post by:
I was curious if there is some reason why you don't need the "then" in the if test of VB.Net or is it just ASP.NET. I just noticed that I don't really need to explicitly put the word "then" as...
1
by: Phill. W | last post by:
I understand how to use the IExtenderProvider Interface to add a "dynamic" property to a Control, but is there any equivalent "mechanism" for using this extendability with just /any-old/ class,...
4
by: Lance | last post by:
Hi all, I'm curious as to the technicalities of why a particular method declaring and calling is faster than the other. The C syntax is: \\\\\ BOOL PathMatchSpec( LPCSTR pszFile, LPCSTR...
1
by: Andrej Nerat | last post by:
Greetings, I was playing a bit with web services and asked myself if I could use P/Invoke to create AVI file in Web service from some images(bitmaps). I could already use P/Invoke to incorporate...
34
by: chandu | last post by:
Hello every body , upto now i saw advantages of C# only,i am curious about what are the disadvantages of C#..(because any programming language should have some positives and negatives..) Thanks...
15
by: Leslie Cox | last post by:
Hi I wonder if anyone could shed some light on what I need to do with this code I have tried everything I know and come up blank. **Error** Scene=Scene 1, layer=Layer 6, frame=115:Line 1: ')' or...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.