Search Results

Note: this search only includes newer posts (after August 2007). To search all archives, try the same search on google

Search complete for “pylons”. Results are below.

  1. Toward a new self-definition for open source
    This is roughly the speech I gave as a keynote address at DjangoCon 2009 in Portland. I’ve been programming Python web software for quite a while now. I considered coming here and talked about WSGI, standards, cross-framework integration, etc., but I decided I wanted to come up here and talk to you as compatriots, as [...]
    Filed in Licensing, Politics, Programming | 10-Sep-09 | 17 comments
  2. WebOb decorator
    Lately I’ve been writing a few applications (e.g., PickyWiki and a revisiting a request-tracking application VaingloriousEye), and I usually use no framework at all. Pylons would be a natural choice, but given that I am comfortable with all the components, I find myself inclined to assemble the pieces myself. In the process I keep writing [...]
    Filed in Programming, Python, Web | 22-May-09 | 11 comments
  3. Using pip Requirements
    Following onto a set of recent posts (from James, me, then James again), Martijn Faassen wrote a description of Grok’s version management. Our ideas are pretty close, but he’s using buildout, and I’ll describe out to do the same things with pip. Here’s a kind of development workflow that I think works well: A framework release [...]
    Filed in Packaging, Python | 16-Dec-08 | 3 comments
  4. Inverted Partials
    I was talking with a coworker some time ago about his project, and he needed to update a piece of the page in-place when you go back to the page, and setting the page as uncacheable didn’t really work. Which probably makes sense; I think at one time browsers did respect those cache controls, [...]
    Filed in HTML, Programming, Python | 08-Sep-08 | 6 comments
  5. My Experience Writing a Build System
    Lately there’s been some interest in build processes among various people — Vellum was announced a while back, Ben has been looking for a tool and looking at Fabric, and Kevin announced Paver. At the same time zc.buildout is starting to gain some users outside of the Zope world, and I noticed Minitage as [...]
    Filed in Programming, Python, Web | 19-Jun-08 | 16 comments
  6. Governance
    It occurred to me… Django is something like a dictatorship… or maybe an oligarchy. At first it seems like Pylons is the same… but no. Pylons is clearly feudal. I lord over Paste, WebOb, FormEncode. Mike Bayer lords over Mako and SQLAlchemy. Ben lords over Routes, Beaker, and Pylons. I suppose [...]
    Filed in Politics, Programming, Python | 05-May-08 | 19 comments
  7. App Engine and Pylons
    So I promised some more technical discussion of App Engine than my last two posts. Here it is: Google App Engine uses a somewhat CGI-like model. That is, a script is run, and it uses stdin/stdout/environ to handle the requests. To avoid the overhead of CGI a process can be reused by defining [...]
    Filed in Programming, Python, Web | 13-Apr-08 | 11 comments
  8. App Engine and Open Source
    This is about Google App Engine which probably everyone has read about already. I’m quite excited about it. Hosting has been the bane of the Python web world for a long time. This provides a very compelling hosting situation for Python applications. I’m not as interested in this from a competitive perspective as I am [...]
    Filed in Programming, Python, Web | 09-Apr-08 | 4 comments
  9. FlatAtompub
    A little while ago I decided to whip up a small Atompub server to get my head around the Atom Publishing Protocol. I called it FlatAtomPub because it was just storing stuff in flat files. I’m not committing to that name. It was also a chance to kick the tires on WebOb. What [...]
    Filed in Programming, Python, Web | 12-Sep-07 | 4 comments
  10. The Shrinking Python Web Framework World
    When I was writing the summary of differences between WebOb and other request objects, to remind myself of web frameworks I might have forgotten I went to the WebFrameworks page on the Python wiki. Looking through that page I’m reminded how many framework options there have been. And I was further reminded of how few [...]
    Filed in Programming, Python, Web | 21-Aug-07 | 31 comments