Re: I thought I'd 'got' globals but...

2006-07-07 Thread Markus Wankus
On Fri, 07 Jul 2006 19:41:36 -0400, Luis M. González <[EMAIL PROTECTED]> wrote: . . > OK, so I should include the global only if I plan to modify it. > Otherwise, I don't need to include it. Am I right? > Correct. Globals are always available to read from. You need to declare them if you wan

Re: Eclipse IDE question

2006-06-25 Thread Markus Wankus
On Sun, 25 Jun 2006 13:21:32 -0400, seerhut <[EMAIL PROTECTED]> wrote: > kilnhead wrote: >> I am trying to use eclipse for python development. Is it possible to >> run a python script without having to name/setup a configuration? Can >> eclipse be set up so that "run" loads the code into the inter

Re: how do you pronounce 'tuple'?

2006-02-12 Thread Markus Wankus
John Salerno wrote: > Yes, silly question, but it keeps me up at night. :) > > I know it comes from the suffix -tuple, which makes me think it's > pronounced as 'toople', but I've seen (at m-w.com) that the first > pronunciation option is 'tuhple', so I wasn't sure. Maybe it's both, but > whic

Re: New Python.org website ?

2006-01-19 Thread Markus Wankus
Fredrik Lundh wrote: > Markus Wankus wrote: > >> Well I happen to agree whole-heartedly with Tim on that one. I can't >> stand trying to navigate some of these Wiki-trying-to-be-website pages. >> It is impossible to find anything on most of them (notice I didn'

Re: New Python.org website ?

2006-01-19 Thread Markus Wankus
If you build it, they will come. -- http://mail.python.org/mailman/listinfo/python-list

Re: New Python.org website ?

2006-01-19 Thread Markus Wankus
Fredrik Lundh wrote: > Tim Parkin wrote: > >> How about designing a website and showing us what you think would be a >> good idea? Or suggesting some way of managing all of the content and >> building the system. > > I think I just did that: > > the easiest way to get there would be to use

Re: New Python.org website ?

2006-01-18 Thread Markus Wankus
Well I think the new site is definitely a step in the right direction. The old site is definitely "utilitarian" and is quite functional, but not "sexy". And I think the whole point is to (hopefully) have a good first impression of the language and community by "impressing" (if you will) new us

Re: Zope3 Examples?

2005-09-30 Thread Markus Wankus
Gerhard Häring wrote: > Markus Wankus wrote: >> [...] Thanks for the reply - maybe I'll give it another shot. I'm >> currently demoing Snakelets. Quite a turn in the opposite direction, >> but small and super-easy to get going with. [...] > > I also found

Re: Zope3 Examples?

2005-09-30 Thread Markus Wankus
Jean-François Doyon wrote: > Markus, > > Zope 3 is mature as a framework, but does not provide much "out of the > box". It's a basis upon which to build applications like Plone ... If > you are looking for something that provides Plone-like features on top > of Zope 3, it doesn't exist (yet).

Re: Zope3 Examples?

2005-09-29 Thread Markus Wankus
bruno modulix wrote: > Markus Wankus wrote: >> Hi All, >> >> Does anyone know of any good Zope3 examples? > > Ask the Zope mailing-list. Zope is a world by itself, and is usually not > discussed here. > > BTW, Zope3 is a really really new thing, so you w

Zope3 Examples?

2005-09-28 Thread Markus Wankus
Hi All, Does anyone know of any good Zope3 examples? I'm new to Zope and I just want to start with a simple website, and later move on to a more complex site with interactive calendar, obligatory blog/wiki/buzzword-of-the-day-thingy, etc. I started by installing Zope2 and Plone but it was ver

Re: Thoughts on Guido's ITC audio interview

2005-07-12 Thread Markus Wankus
Markus Wankus wrote: > > My opinion - If you aren't willing to try something new, or have an > aversion to it in the first place, nothing we can say will change your > mind. Correction... *There are some people, who* if they aren't willing to try something new, or hav

Re: Thoughts on Guido's ITC audio interview

2005-07-12 Thread Markus Wankus
Stephen Toledo-Brown wrote: > Tony Meyer wrote: > >>> Everyone complaining about Eclipse in this thread needs to go try >>> 3.1. The interface is much much much more responsive. >> >> >> >> The problem with Eclipse, IMO, is Java. I've tried 3.1 on a WinXP >> machine >> and, like just about any

Re: Thoughts on Guido's ITC audio interview

2005-06-29 Thread Markus Wankus
Stephen Kellett wrote: > In message <[EMAIL PROTECTED]>, Markus Wankus > <[EMAIL PROTECTED]> writes > >> Have you ever tried anything that provides real, usable refactoring >> like Eclipse does with Java? I guarantee if you used it more than a >> few t

Re: Thoughts on Guido's ITC audio interview

2005-06-28 Thread Markus Wankus
Stephen Kellett wrote: > In message <[EMAIL PROTECTED]>, Simon > Brunning <[EMAIL PROTECTED]> writes > >> Eclipse's refactorings are a great boon, I find. Refectoring is never >> *fully* automatic, of course, but the ability to, for example, select >> a chunk of code and have it extracted into a

Re: Python IDE like NetBeans/Delphi IDE

2005-04-05 Thread Markus Wankus
More specifically, check out the pydev plugin for Eclipse. pydev.sourceforge.net M. Larry Bates wrote: Take a look at ActiveState: http://www.activestate.com/Products/ActivePythonFamily/?_x=1 or for something more general: http://www.eclipse.org/ Larry Bates [EMAIL PROTECTED] wrote: Hi ! I search f

Re: [EVALUATION] - E02 - Support for MinGW Open Source Compiler

2005-02-23 Thread Markus Wankus
Nick Vargish wrote: Ilias Lazaridis <[EMAIL PROTECTED]> writes: Guido is the one, who should care by time about the status of the python-community. That one crashed my parser. Sounds like a new Ministry song - "Guido Crashed my Parser". Could be the sequel to "Jesus Built My Hot Rod". -- http:/

Re: [EVALUATION] - E02 - Support for MinGW Open Source Compiler

2005-02-22 Thread Markus Wankus
George Sakkis wrote: "Ilias Lazaridis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Nick Vargish wrote: You can excuse yourself from this one and stop replying to comments, but you don't get to unilaterally declare a discussion over. [...] The discussion is over. At least the in-top

Re: [EVALUATION] - E01: The Java Failure - May Python Helps?

2005-02-04 Thread Markus Wankus
Fredrik Lundh wrote: Markus Wankus wrote: Google his name - he has been banned from Netbeans and Eclipse (and Hibernate, and others...) for good reason. Can you imagine how much of a Troll you need to be to *actually* get "banned" from the newsgroups of open source projects suc

Re: [EVALUATION] - E01: The Java Failure - May Python Helps?

2005-02-03 Thread Markus Wankus
OH GOD! I cannot believe Ilias has shown up here... Google his name - he has been banned from Netbeans and Eclipse (and Hibernate, and others...) for good reason. Can you imagine how much of a Troll you need to be to *actually* get "banned" from the newsgroups of open source projects such as t

Re: IDLE history, Python IDE, and Interactive Python with Vim

2005-02-03 Thread Markus Wankus
I highly recommend trying pyDev. 0.9 just came out, and I find 0.85 very usable and quite cool. There is nice debug support, and context-sensitive code completion as well as real-time validation of your code. This is an exciting project with a bright future in my opinion. Markus. Ashot wrote