Unfortunately, when it comes to front-end DOM manipulation, you are pretty much stuck with Javascript. There are a few libraries for Pyramid that make things like form generation and validation easier (Deform, WTForms, Formencode, Toscawidgets), but even these libraries utilize Javascript in some fashion. My advice is to just stick with it.
-Vincent On Wed, Aug 19, 2015 at 2:08 PM, Michael <[email protected]> wrote: > Hi, I'm pretty tired of working with JavaScript to make a web UI for my > pyramid app. Any suggestions on a web framework that can manipulate the DOM > like JavaScript can but isn't JavaScript? > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- Vincent Catalano Software Engineer and Web Developer, (520).603.8944 -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
