Re: Tools to ease template/ui development
I use Aptana with PyDev and get code completion for Python, HTML, CSS,
JavaScript (and jQuery) and more. It's cross-platform, free and the
Beta 3 version has even more Django support thanks to the latest
version of PyDev.
There are plugins for Git, Mercurial, SVN and more.
Brandon
On Sep 14, 5:38 pm, Javier Guerra Giraldez <jav...@guerrag.com> wrote:
> On Tue, Sep 14, 2010 at 4:18 PM, pixelcowboy <pixelcowbo...@gmail.com> wrote:
> > I would really love something like pyjamas but that works with jquery
> > or something like that. What I would really love is to forget every
> > other programming language and just use python everywhere. Wouldn't
> > that be sweet?
>
> the problem with pyjamas (and similar 'translators') is that you use
> Python syntax with all the common limitations of JavaScript. for
> example, in JS you use 'objects' for dicts, and they can only use
> strings for keys. another one: when i first tried it, it didn't
> support yield(), so many built-in iterators just didn't work. i guess
> it has improved, but you could only forget about JS if they reproduce
> all of python standard libraries. that would be a _huge_ bloat for
> the browser.
>
> --
> Javier
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home