If someone wants to use JavaScript development tools I think it's only
honest to recommend that they use JavaScript as the language for
development.

The great thing about Python is that you can use IDEs like PyCharm to
develop and debug your app. The original poster admits to use PyCharm for
server side code but for some bizarre reasons chooses to not for client
side.

jQuery is great for JS style development but I think unnecessary if you're
building Object Oriented UIs in Python. You can just keep a reference to
the DOM elements as object members instead of searching the DOM each time
via jQuery.

By using jQuery in pyjs you're defeating most of the advantages of Python.

 - lex


On Thu, Mar 13, 2014 at 3:17 PM, Glyph Lefkowitz <gl...@twistedmatrix.com>wrote:

>
> On Mar 13, 2014, at 9:46 AM, Jim Washington <washington....@gmail.com>
> wrote:
>
> Give Dart a good look. Don't expect it to work well with IE < 9, or other
> really old browsers. It has essentially the same quick development
> turnaround as pyjs with the native client. Aside from the semicolons and
> curly braces, it feels a lot more like python than javascript. The recent
> release of Angular.dart makes it really worth investigating.
>
>
> I thought this was the PyJS list, not the "random suggestions for better
> JavaScript generators" list?
>
> -glyph
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Pyjs.org Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyjs-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to