Re: Freesoftware for auto/intelligent code completing in Python

2008-07-10 Thread Ali Servet Dönmez
On Jul 10, 1:07 am, Gros Bedo <[EMAIL PROTECTED]> wrote: > Hello, > Ali I totally support you, neither I couldn't find any really working code > completion for python in a free software, and it's really a mess, at least on > Linux. > > On Windows, there is PyScripter (http://pyscripter.googlepage

RE: Freesoftware for auto/intelligent code completing in Python

2008-07-09 Thread Gros Bedo
Hello, Ali I totally support you, neither I couldn't find any really working code completion for python in a free software, and it's really a mess, at least on Linux. On Windows, there is PyScripter (http://pyscripter.googlepages.com/), but it is based on Delphi, and as such it's not portable.

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-07 Thread Ivan Ven Osdel
>- Original Message - >From: "Python Nutter" <[EMAIL PROTECTED]> >To: "Ivan Ven Osdel" <[EMAIL PROTECTED]> >Cc: python-list@python.org >Sent: Thursday, July 3, 2008 5:56:32 PM GMT -06:00 US/Canada Central >Subject: Re: Freesoftware for

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-06 Thread Ali Servet Dönmez
On Jul 4, 8:58 am, Aspersieman <[EMAIL PROTECTED]> wrote: > Jeroen Ruigrok van der Werven wrote:> -On [20080630 23:51], Ali Servet Dönmez > ([EMAIL PROTECTED]) wrote: > > >> This could be an extension, a plugin, an Emacs mode, a new editor or > >> even a brand new huge all-fancy IDE, I don't care,

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-06 Thread Ali Servet Dönmez
On Jul 4, 7:31 am, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED] nomine.org> wrote: > -On [20080630 23:51], Ali Servet Dönmez ([EMAIL PROTECTED]) wrote: > > >This could be an extension, a plugin, an Emacs mode, a new editor or > >even a brand new huge all-fancy IDE, I don't care, but what am I >

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-06 Thread Ali Servet Dönmez
On Jul 4, 7:10 am, Yu-Xi Lim <[EMAIL PROTECTED]> wrote: > Ali Servet Dönmez wrote: > > > I tried code come completion options in Emacs for Python, but none of > > them was satisfactory to me. I'd be glad to hear how did your friend > > get it work though. > > Perhaps it would help to say what ways

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-06 Thread Ali Servet Dönmez
On Jul 4, 12:56 am, "Python Nutter" <[EMAIL PROTECTED]> wrote: > If you guys can get your head out of IDE land, you'll find iPython > does a fantastic job at introspection and Auto-completion, you can > launch shell commands and editors and when done saving be back in the > iPython shell, save memo

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-04 Thread Jeroen Ruigrok van der Werven
-On [20080704 09:00], Aspersieman ([EMAIL PROTECTED]) wrote: >Here's a tutorial on setting this up. >http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/ Thanks Nicol, there's some things there that can speed up my current setup as well. -- Jeroen Ruigrok van der Werven / asmoda

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-04 Thread Aspersieman
Jeroen Ruigrok van der Werven wrote: -On [20080630 23:51], Ali Servet Dönmez ([EMAIL PROTECTED]) wrote: This could be an extension, a plugin, an Emacs mode, a new editor or even a brand new huge all-fancy IDE, I don't care, but what am I missing here? Vim's omnicomplete (CTRL-X CTRL-O)

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Jeroen Ruigrok van der Werven
-On [20080630 23:51], Ali Servet Dönmez ([EMAIL PROTECTED]) wrote: >This could be an extension, a plugin, an Emacs mode, a new editor or >even a brand new huge all-fancy IDE, I don't care, but what am I >missing here? Vim's omnicomplete (CTRL-X CTRL-O). See :help omnifunc within vim. -- Jeroen

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Yu-Xi Lim
Ali Servet Dönmez wrote: I tried code come completion options in Emacs for Python, but none of them was satisfactory to me. I'd be glad to hear how did your friend get it work though. Perhaps it would help to say what ways the completion in Emacs was not satisfactory? FWIW, it should be pos

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Python Nutter
If you guys can get your head out of IDE land, you'll find iPython does a fantastic job at introspection and Auto-completion, you can launch shell commands and editors and when done saving be back in the iPython shell, save memory/variable space to disk so you can come back the next day and continu

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Ivan Ven Osdel
>From: "Fuzzyman" <[EMAIL PROTECTED]> >To: python-list@python.org >Sent: Thursday, July 3, 2008 12:41:11 PM GMT -06:00 US/Canada Central >Subject: Re: Freesoftware for auto/intelligent code completing in Python > >On Jul 2, 9:33 am, Ali Servet Dönmez <[EMAIL

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Ali Servet Dönmez
M GMT -06:00 US/Canada Central > Subject: Re: Freesoftware for auto/intelligent code completing in Python > > On Jul 2, 7:55 pm, Ivan Ven Osdel <[EMAIL PROTECTED]> wrote: > > The free Python editors/IDEs really do need work as far as code completion > > goes but I am hopef

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Ali Servet Dönmez
On Jul 3, 7:42 pm, Fuzzyman <[EMAIL PROTECTED]> wrote: > On Jun 30, 11:25 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > > > > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > I don't want to be so mean

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Ali Servet Dönmez
On Jul 3, 7:38 pm, Fuzzyman <[EMAIL PROTECTED]> wrote: > On Jul 2, 9:33 am, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > > > > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > I don't want to be so mean h

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Fuzzyman
On Jun 30, 11:25 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > > > > > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > I don't want to be so mean here, but how hard it could be be writing a > > > freesoftware w

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Fuzzyman
On Jul 2, 9:33 am, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > > > > > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > I don't want to be so mean here, but how hard it could be be writing a > > > freesoftware whi

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-03 Thread Fuzzyman
On Jul 2, 9:33 am, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > > > > > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > I don't want to be so mean here, but how hard it could be be writing a > > > freesoftware whi

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread lotrpy
On 7月1日, 上午5时46分, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > I don't want to be so mean here, but how hard it could be be writing a > freesoftware which would automatically/intelligently auto complete > Python code? (I mean something that really does the job, like > Microsoft's Visual Studio or

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Almar Klein
> The free Python editors/IDEs really do need work as far as code completion goes but I am hopeful. I agree, I'm quite new to python and just had my period of searching for the best IDE/editor. Wing wins for me, but it is not free (at least not te versions which do have code completion). Pype (a f

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Ivan Ven Osdel
Not really, I have just worked with them more. - Original Message - From: "Ali Servet Dönmez" <[EMAIL PROTECTED]> To: python-list@python.org Sent: Wednesday, July 2, 2008 1:15:04 PM GMT -06:00 US/Canada Central Subject: Re: Freesoftware for auto/intelligent code completi

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Ali Servet Dönmez
tasyncsuite.com/ > > - Original Message - > From: "Ali Servet Dönmez" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Sent: Wednesday, July 2, 2008 3:33:59 AM GMT -06:00 US/Canada Central > Subject: Re: Freesoftware for auto/intelligent code completing in

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Ivan Ven Osdel
2, 2008 3:33:59 AM GMT -06:00 US/Canada Central Subject: Re: Freesoftware for auto/intelligent code completing in Python On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > I don't w

Re: Freesoftware for auto/intelligent code completing in Python

2008-07-02 Thread Ali Servet Dönmez
On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > I don't want to be so mean here, but how hard it could be be writing a > > freesoftware which would automatically/intelligently auto complete > > Python code? (I mea

Re: Freesoftware for auto/intelligent code completing in Python

2008-06-30 Thread Ali Servet Dönmez
On Jul 1, 12:15 am, Fuzzyman <[EMAIL PROTECTED]> wrote: > On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > > > > > I don't want to be so mean here, but how hard it could be be writing a > > freesoftware which would automatically/intelligently auto complete > > Python code? (I mea

Re: Freesoftware for auto/intelligent code completing in Python

2008-06-30 Thread Fuzzyman
On Jun 30, 10:46 pm, Ali Servet Dönmez <[EMAIL PROTECTED]> wrote: > I don't want to be so mean here, but how hard it could be be writing a > freesoftware which would automatically/intelligently auto complete > Python code? (I mean something that really does the job, like > Microsoft's Visual Studio

Freesoftware for auto/intelligent code completing in Python

2008-06-30 Thread Ali Servet Dönmez
I don't want to be so mean here, but how hard it could be be writing a freesoftware which would automatically/intelligently auto complete Python code? (I mean something that really does the job, like Microsoft's Visual Studio or Sun's NetBeans or something else, you name it, but just don't give me