Questions tagged [pylons]

Pylons is a lightweight web framework emphasizing flexibility and rapid development.

Pylons

Pylons is an cross-platform and an open source web application written in . It makes extensive use of the Web Server Gateway Interface standard to promote reusability and to separate functionality into distinct modules. It is strongly influenced by Ruby on Rails: two of its main components, Routes and WebHelpers, are Python reimplementations of Rails features.

It was created by James Gardner and Ben Bangert and launched in september 2005.

At the current stable release (1.0 / May 28, 2010) it has more separation of the influence by Ruby on Rails and it can be seen in the routes module.

Resources

  • Gardner, James (2009) The Definitive Guide to Pylons. (APRESS)
  • Wikipedia (2011) Pylons (web framework). Last taken from: http://en.wikipedia.org/wiki/Pylons in february 26 2011
830 questions
-1
votes
1 answer

not able to get list of all models in a pyramid project

I am trying to write admin console for my pyramid project. I am trying to get a list of all classes defined in models. Is there any way to get these?
-1
votes
1 answer

PyFacebook with Pylons

I'd like to implement PyFacebook in my Python + Pylons application. Where should I include the package? What's the cleanest way to import it? What directory should I put the files in? Thanks!
ensnare
  • 40,069
  • 64
  • 158
  • 224
-2
votes
1 answer

Where to download Pylons reusable apps

I've learnt some basic in Django.. and there is lots of Django reusable apps available for use. But how about Pylons? Where to download Pylons reusable apps?
Captain
  • 4,797
  • 4
  • 16
  • 6
-2
votes
1 answer

What are the advantages, if any, to using mako's or pylon's form handlers instead of coding the form manually?

Trying to decide if I should be using mako to handle the forms in my application or not. Thanks for the input.
ensnare
  • 40,069
  • 64
  • 158
  • 224
-2
votes
1 answer

parsing json (from pylons) using jquery

I have set up a pylons server to accept requests of the form "/searcher?q=blahblah". This returns some nice json of the form: [{"name":"onefish","type":"one"},{"name":"twofish",type:"two"}] I get this using the javascript: function search() { …
astex
  • 1,045
  • 10
  • 28
1 2 3
55
56