I still really like WingIDE (in VIM mode). If you think it's worth
throwing some cash down, I don't think it can be beat.
-Wes
On Jan 6, 3:32 pm, Ovnicraft wrote:
> 2009/1/6 Berco Beute
>
>
>
> > On Jan 6, 2:35 pm, Pigletto wrote:
>
> > > So, Netbeans is currently my IDE of choice. Good svn i
You may also try Rope. Theyr auto-completion is better than pysmell too.
Have a nice day,
Nikolay.
On Fri, Jan 9, 2009 at 01:23, Marco Buttu wrote:
>
> On Wed, 2009-01-07 at 13:06 +, Adam Stein wrote:
>
>> I have omnicomplete working (haven't used it too much yet). I have
>> this
>> i
On Wed, 2009-01-07 at 13:06 +, Adam Stein wrote:
> I have omnicomplete working (haven't used it too much yet). I have
> this
> in my $HOME/.vimrc file:
...
> Also, I have vim starting automatically importing the Django db. I
> have
> a little script (below) that will automatically find my s
kdevelop its a great ide... but i dont see it for python in general...
2009/1/9 raj :
>
> what about kdevelop in linux?
> >
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gro
what about kdevelop in linux?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
dja
Hey for gedit you should try my plug in
http://github.com/vbabiy/gedit-openfiles/tree/master
Vitaly Babiy
On Wed, Jan 7, 2009 at 10:08 AM, don ilicis wrote:
>
>
> 2009/1/7 Kenneth Gonsalves
>
>>
>> On Tuesday 06 Jan 2009 5:18:57 pm HB wrote:
>> > What is your favorite IDE for coding Django pro
Textmate with Python/Django bundles is very visually nice, but without
code completion (and a few other tools) is just a pretty screen.
Eclipse/PyDev would be nice, but it does seem to have a lot of little
issues that are annoying. I have used IntelliJ for Java (and a couple
of Rails projects) fo
shouldn' be ?) (no support for sql queries I think)
> > > > >> - Eclipse + PyDev (no good support for sql queries to relational db)
> > > > >> - Ulipad (open source / excellent / very small / some issues with
> > > > >> svn / no support for sql queries to db - django plugin to highlight
> > > > >> template
o highlight
> > > >> templates, etc)
> > > >> - Netbeans (ex-NBPython) it is excellent (very good sql support - some
> > > >> issues with memory consume - I didn't get debugger work 100% with
> > > >> django)
> > > >> - Oracle jdeveloper. it i
Add to your list:
* native 'scp'/'ftp' ability
* Cross platform (Linux, MAC, WIN32)
Bernard wrote:
> I use Komodo IDE 5 everyday for every Python/Django/PHP/Drupal
> projects at work and damn it works well.
>
> What I love about it:
>
> * Key bindings(shortcuts) for almost everything
> * Simpl
2009/1/7 Kenneth Gonsalves
>
> On Tuesday 06 Jan 2009 5:18:57 pm HB wrote:
> > What is your favorite IDE for coding Django projects?
>
> geany
>
> --
> regards
> KG
> http://lawgon.livejournal.com
>
> >
> me too
and also gedit / vim
--~--~-~--~~~---~--~~
You recei
this add-on does it : http://community.activestate.com/xpi/morekomodo
On Jan 6, 3:19 pm, "Vitaly Babiy" wrote:
> Bernard does komodo have a open files function (open file in project based
> on file name search) like there is text mate or gedit with plugin
> (gedit-openfiles).
>
> Vitaly Babiy
>
upport for python
> > >> is still too new and I think that django support is still to come.
> > >> - Eric4: screenshots are very beautiful bu I couldn't get to install
> > >> it in my ubuntu box (too many precedences and too complicated for a
> > >> newbie like me).
> > >>
gt; newbie like me).
> >>
> >> Have a great year 2009 everyone !
> >>
> >> On Jan 6, 9:02 am, "Trivedi, Apaar" wrote:
> >>
> >> > I use Eclipse with PyDev and PyDev extensions. I really like it, but I
> >> > prefer the eclipse sort of IDE's.
> >>
>
On Tuesday 06 Jan 2009 5:18:57 pm HB wrote:
> What is your favorite IDE for coding Django projects?
geany
--
regards
KG
http://lawgon.livejournal.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users"
screen + vim is very powerful. That's what I use, too. Too bad the
learning curve is so steep.
On Jan 6, 6:52 am, Tim Chase wrote:
> > What is your favorite IDE for coding Django projects?
>
> screen + vim + pdb + bash
> [+ lynx/dillo/firefox/epiphany for browsing]
> [+ sqlite3/mysql/psql for
I'm very happy with Komodo Edit 5.0 for editing python
SyncroSVN client for subversion; not free, but it's cheap and worth
the money; very happy with it. http://www.syncrosvnclient.com/
multi-platform and intuitive interface
On Jan 6, 12:32 pm, Ovnicraft wrote:
> 2009/1/6 Berco Beute
>
>
>
>
I primarily use TextMate on OS X - before that, I used Coda but it
didn't have a plugin architecture back then (for Django templates).
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to t
2009/1/6 Berco Beute
>
> On Jan 6, 2:35 pm, Pigletto wrote:
>
> > So, Netbeans is currently my IDE of choice. Good svn integration,
> > faster than eclipse and komodo, stable, nice markup highlighting.
>
> +1
> I'm using SciTe and emacs for simple, single file editing.
> I've used pydev for a wh
On Jan 6, 2:35 pm, Pigletto wrote:
> So, Netbeans is currently my IDE of choice. Good svn integration,
> faster than eclipse and komodo, stable, nice markup highlighting.
+1
I'm using SciTe and emacs for simple, single file editing.
I've used pydev for a while but eclipse's startup time is too
Bernard does komodo have a open files function (open file in project based
on file name search) like there is text mate or gedit with plugin
(gedit-openfiles).
Vitaly Babiy
On Tue, Jan 6, 2009 at 3:10 PM, Bernard wrote:
>
> I use Komodo IDE 5 everyday for every Python/Django/PHP/Drupal
> proje
I use Komodo IDE 5 everyday for every Python/Django/PHP/Drupal
projects at work and damn it works well.
What I love about it:
* Key bindings(shortcuts) for almost everything
* Simple subversion integration so I don't have to switch to another
window to commit something.
* Search & Replace , Rege
Brain do you find it a little slow?
Vitaly Babiy
On Tue, Jan 6, 2009 at 12:00 PM, Brian wrote:
>
> For Python/Django I tend to like Komodo's Editor, as I am a fan of
> auto-complete and $free.
> >
>
--~--~-~--~~~---~--~~
You received this message because you ar
For Python/Django I tend to like Komodo's Editor, as I am a fan of
auto-complete and $free.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googl
h PyDev and PyDev extensions. I really like it, but
> I
> >> > prefer the eclipse sort of IDE's.
> >>
> >> >
> >>
> >> > From: django-users@googlegroups.com
> >> > [mailto:django-us...@googlegr
and PyDev extensions. I really like it, but I
>> > prefer the eclipse sort of IDE's.
>>
>> > ____
>>
>> > From: django-users@googlegroups.com
>> > [mailto:django-us...@googlegroups.com] On Behalf Of Damien Hou
t; > I use Eclipse with PyDev and PyDev extensions. I really like it, but I
> > prefer the eclipse sort of IDE's.
>
> >
>
> > From: django-users@googlegroups.com
> > [mailto:django-us...@googlegroups.com] On Behalf Of
jango-users@googlegroups.com
> [mailto:django-us...@googlegroups.com] On Behalf Of Damien Hou
> Sent: Tuesday, January 06, 2009 8:43 AM
> To: django-users@googlegroups.com
> Subject: Re: Your IDE of choice
>
> TextMate with Django and Django Templates bundles is pretty neat
>
jango-users@googlegroups.com
Subject: Re: Your IDE of choice
TextMate with Django and Django Templates bundles is pretty neat
On Tue, Jan 6, 2009 at 7:48 PM, HB wrote:
Hey,
What is your favorite IDE for coding Django projects?
Any ideas about PyDev and ActiveState Komodo IDE?
Thanks.
--
TextMate with Django and Django Templates bundles is pretty neat
On Tue, Jan 6, 2009 at 7:48 PM, HB wrote:
>
> Hey,
> What is your favorite IDE for coding Django projects?
> Any ideas about PyDev and ActiveState Komodo IDE?
> Thanks.
> >
>
--
Best Regards,
Damien
--~--~-~--~~
> I really like PyScripterhttp://pyscripter.googlepages.com/, its very
> fast and has many, many features.
Interesting but Windows only...
--
Maciej Wisniowski
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django
> What is your favorite IDE for coding Django projects?
Netbeans -> see http://wiki.netbeans.org/Python
> Any ideas about PyDev and ActiveState Komodo IDE?
PyDev uses Eclipse so you must be prepared for huge amount of hangups,
strange exceptions, lost workspaces, unpredictable behaviour etc.
(the
On 6 jan, 12:48, HB wrote:
> Hey,
> What is your favorite IDE for coding Django projects?
emacs (+ecb + python-mode + nxhtml-mode + javascript-mode + quite a
lot of other plugins)
> Any ideas about PyDev and ActiveState Komodo IDE?
No.
--~--~-~--~~~---~--~~
Yo
I really like PyScripter http://pyscripter.googlepages.com/ , its very
fast and has many, many features.
They even have a small readme for Django debugging, here
http://pyscripter.googlepages.com/django
David
http://www.tcl-digitrade.com
--~--~-~--~~~---~--~~
You
You can try to read this one: http://code.djangoproject.com/wiki/Emacs
Have a nice day,
Nikolay.
On Tue, Jan 6, 2009 at 15:59, HB wrote:
>
> Does it supports Django templates? or just Python code? editing?
>
> On Jan 6, 2:46 pm, "James Matthews" wrote:
>> Yes it is however i still find it
Pydev works pretty well, including visual debugging of the test server
+ test suite
On Jan 6, 1:48 pm, HB wrote:
> Hey,
> What is your favorite IDE for coding Django projects?
> Any ideas about PyDev and ActiveState Komodo IDE?
> Thanks.
--~--~-~--~~~---~--~~
You
Does it supports Django templates? or just Python code? editing?
On Jan 6, 2:46 pm, "James Matthews" wrote:
> Yes it is however i still find it to be very powerful and i really like it!
>
> On Tue, Jan 6, 2009 at 2:00 PM, Nikolay Panov wrote:
>
>
>
>
>
> > Emacs (23, +Rope, +auto-complete.el), i
> What is your favorite IDE for coding Django projects?
screen + vim + pdb + bash
[+ lynx/dillo/firefox/epiphany for browsing]
[+ sqlite3/mysql/psql for console database access]
> Any ideas about PyDev and ActiveState Komodo IDE?
Not tried either here.
-tim
--~--~-~--~~
Yes it is however i still find it to be very powerful and i really like it!
On Tue, Jan 6, 2009 at 2:00 PM, Nikolay Panov wrote:
>
> Emacs (23, +Rope, +auto-complete.el), indeed.
>
> Have a nice day,
>Nikolay.
>
>
>
> On Tue, Jan 6, 2009 at 14:48, HB wrote:
> >
> > Hey,
> > What is your favo
Emacs (23, +Rope, +auto-complete.el), indeed.
Have a nice day,
Nikolay.
On Tue, Jan 6, 2009 at 14:48, HB wrote:
>
> Hey,
> What is your favorite IDE for coding Django projects?
> Any ideas about PyDev and ActiveState Komodo IDE?
> Thanks.
> >
>
--~--~-~--~~~---
But Python support in NetBeans is still under development, right?
On Jan 6, 1:50 pm, "James Matthews" wrote:
> Netbeans or WingIDE for me.
>
> On Tue, Jan 6, 2009 at 1:48 PM, HB wrote:
>
> > Hey,
> > What is your favorite IDE for coding Django projects?
> > Any ideas about PyDev and ActiveState
Netbeans or WingIDE for me.
On Tue, Jan 6, 2009 at 1:48 PM, HB wrote:
>
> Hey,
> What is your favorite IDE for coding Django projects?
> Any ideas about PyDev and ActiveState Komodo IDE?
> Thanks.
> >
>
--
http://www.goldwatches.com/
http://www.jewelerslounge.com/
--~--~-~--~~--
42 matches
Mail list logo