D
David Robinow
Eagerly awaiting the transfer of this thread to comp.lang.rythonThat is the most sensible thing you have said yet. Please do so, it will
be a great thing for the Python community.
Eagerly awaiting the transfer of this thread to comp.lang.rythonThat is the most sensible thing you have said yet. Please do so, it will
be a great thing for the Python community.
On 6/13/10 8:42 AM, rantingrick wrote:
On 6/13/10 8:42 AM, rantingrick wrote:
[big snip]
Stephen, you've tried as have others with this troll, but you're wasting
your time.
Do I hate him (I assume him), or despise him or whatever. No. I feel
very sorry for him.
As he is incapable of communicating effectively I
seriously do wonder if he suffers from some form of autism, Asperger
Syndrome maybe?
That is the most sensible thing you have said yet. Please do so, it will
be a great thing for the Python community.
fact that i trashed Ruby pretty bad. I felt everything i said was true
IMO then as is now (mostly). People should have a right to opinions.
However since i was such an "unknown" and you could say a "newbie",
was this reaction warranted? I think not, and it speaks volumes to the
negative attitudes within this community.
Someone Something said:Here's the thing. Python has one of the nicest communities of most
software projects (except maybe ubuntu), try Perl or C. Unless you
completely know what you're talking about, have spent atleast 1/2 an
hour researching your problem, those guys will refrain from helping.
* Steven D'Aprano, on 13.06.2010 19:57:
Not nice to quote out of context, there was an "if" and a "then" earlier
in Rick's sentence.
I don't think he'll do it, or if he does, I don't think it will fly.
I don't think it would be possible to establish a
sufficiently large supportive community for something in direct
competition with CPython.
Perhaps you are listening selectively. I have said more than once on
this list that I use IDLE, I like using it, it works for me, AND I would
like it improved. When a student proposed that as part of a Google
Summer of Code project, I (and others) encouraged him to go ahead, which
he did. Any concrete effort you make to improve IDLE would be
appreciated by me. There are issues on the tracker already.
Terry Jan Reedy
Hopefully i'll get the motivation for that re-write real soon. So far
i have only corrected a few small but very annoying facets of the UI
in between my other various up-and-coming projects. However it would
be nice to get all the "IDLE-heads" together and do a complete
rewrite. The nice thing about a group is the motivation factor.
Stephen, you've tried as have others with this troll, but you're wasting
your time. As I said a day or two back by paraphrasing Tommy Docherty,
Ranting Rick is to Python what King Herod was to baby sitting.
I guess the best thing to do is let the poor little child go home to
mummy, grab his comfort blanket and teddy, have a lovely glass of warm
milk and some biscuits, and then let mummy tuck him up safely in bed.
And now we come to the crux of the matter- you cheerlead and do
nothing because you need to have people patting you on the back
to know you're going the right direction.
1. I agree.
2. This does not much affect me since I do not directly enter compound
statement with more than, say, 2 lines in the body, even with the
command window interpreter. I much prefer a full screen editor.
There was a thread about this a few months ago. As I reported then,
there is only a problem (for me, at least) when one severs the
connection to the background process with control-C. Since I almost
never need to do that except when testing ;-), this is not a problem.
I have not noticed this.
When I tried to read the IDLE code with an eye to helping with patches,
I got lost in the setup code before I even got to the tk gui code. So I
can easily imagine that it might be better organized to be more easily
read and maintained. Perhaps I will try again some time.
It is certainly a boon to someone like me who now only programs in
Python and had no experience, let alone commitment to any of the current
alternative.
But other than that, I don't
see the advantage of an IDE. What am I missing?
You mean just G (Shift+g), right? ^G (Ctrl+G) prints the file name andI myself use vim (as my editor) and 2-3 Terminals on virtual
workspaces (in my DE). I guess the beauty with vim is you just read
the line no. type it in and hit ^G
I know that lots of people swear by IDEs, and back in Ancient Days I used
to use the THINK Pascal IDE on a Macintosh so I'm not hostile to the
idea. But in those days you could only run one app at a time, so you
needed an IDE or you'd go insane. These days I have an xterm open with a
couple of tabs in one window, an editor open in the other, and it all
Just Works. The only nuisance is when I get a traceback, I have to
manually copy the line number from the terminal window and paste it into
the Go To Line dialog in my editor, instead of the editor magically
scrolling to the right line automatically. But other than that, I don't
see the advantage of an IDE. What am I missing?
I know that lots of people swear by IDEs, and back in Ancient Days I
used to use the THINK Pascal IDE on a Macintosh so I'm not hostile to
the idea. But in those days you could only run one app at a time, so
you needed an IDE or you'd go insane. These days I have an xterm open
with a couple of tabs in one window, an editor open in the other, and
it all Just Works. The only nuisance is when I get a traceback, I
have to manually copy the line number from the terminal window and
paste it into the Go To Line dialog in my editor, instead of the
editor magically scrolling to the right line automatically. But other
than that, I don't see the advantage of an IDE. What am I missing?
IDEs are seriously over-rated.
Vim FTW.
The only issue for beginners is they should know touch typing to fully
utilize Vim and the initial curve is a bit high as compared to normal
editors/IDEs.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.