Karen,

Windows lets you mount FTP and WebDAV shares. Linux additionally has SSHFS.
(Less likely to be useful, but also worth mentioning, are SMB and NFS.)
These are all good ways to have a remote folder behave as though it were a
folder or a drive on your local computer, which allows you to use pretty
much any editor you like to remote edit files. Googling any of these terms
will produce helpful howtos.

vim is wonderful, but has a rather steep learning curve.

Notepad++ is a capable and free text editor has an FTP plugin.
See
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Central

<http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Central>
Best,
Ori

On Sun, Feb 13, 2011 at 5:02 AM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:

> Aptana looks nice, PYCharm looks a bit ugly :/
>
>
> On Sat, Feb 12, 2011 at 5:10 PM, Dylan McCurry <notjoesm...@gmail.com>wrote:
>
>> I personally use Coda and love it.  Built in ftp, terminal, css
>> editor, and code editor.
>>
>> On Feb 8, 3:30 pm, Karen McNeil <karenlmcn...@gmail.com> wrote:
>> > I have three Django sites that I've been working on recently and I've
>> > been doing most of the development work in Dreamweaver.  I don't use
>> > any of the wysiwyg features (or, pretty much, any of the Dreamweaver
>> > program features), but I like it because I can do all the the code
>> > edits and the FTP transfers all in one program.  I like being able to
>> > grab a remote file, make some code changes, save and upload all at
>> > once, and view a nice graphical display of the file structure for the
>> > local and remote sites.
>> >
>> > Problem is, Dreamweaver's code view is definitely not built for
>> > Python, and it doesn't look like they have any plans to support it any
>> > time in the foreseeable future.  Which means that I get no color-
>> > coding of the code, and I'm constantly getting indentation errors.
>> >
>> > I've always had Dreamweaver on my computer (a Mac) and so have never
>> > used a separate FTP program, and the only IDE I've ever used is IDLE.
>> > I used IDLE when I was first learning Python, but now that I'm working
>> > with the websites, I find it much more convenient to just open the
>> > files from within DW.  Does anyone know of another, Python-friendly,
>> > program that I could use for both code-editing and ftp?
>> >
>> > Thanks,
>> > Karen
>>
>> --
>> 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
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>  --
> 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
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to