Re: Are circular dependencies possible in Python?

2005-04-09 Thread John Machin
On Sat, 9 Apr 2005 15:57:15 GMT, Tim Tyler <[EMAIL PROTECTED]> wrote: >Like C, Python seems to insist I declare functions before calling >them One is left wondering what gave you that impression about Python. Nothing could be further from the truth. The only construct in Python that smells anyth

Re: very simple tkinter demo program

2005-04-09 Thread Daniel Bickett
max(01)* wrote: > > i also used try-except for checking for invalid files. > [...] > > i'd like to hear your suggestions and comments for improving it. Without actually reading your code, if I may, I would suggest using the os module to confirm that a file exists rather than waiting for an erro

Re: Https Form Page

2005-04-09 Thread Tim Roberts
Hasan D <[EMAIL PROTECTED]> wrote: > >I'm new on this httplib and urllib. Actually I dont know what should i use. > >I want to fill the form in a "https" page , and return the result . I >write a test code but always gives errors. I cant find any good >example about this on the net. What should I d

Re: Counting iterations

2005-04-09 Thread runes
[Andrew Dalke] > I therefore disagree with the idea that simple > string concatenation is always to be eschewed > over string interpolation. Andrew, what you write makes sense. I've never really tested it, just read it several places, fx here: http://www.python.org/moin/PythonSpeed/PerformanceTip

<    1   2