Creating a collection manager with Elixir in January issue of Python Magazine
Written on 2009-01-27 14:38.After being in the pipeline for a while, my article about Elixir was published in the January issue of Python Magazine. To my surprise, it even made the cover. Maybe, the editors meant it as a little present for my birthday (which is today), who knows... ;-)
Within the article, I build a simple collection manager using Elixir, SQLAlchemy, CherryPy and Genshi. This is the first time I write an article for a technical magazine, and I would really love to hear what people think about it.
Update: As I have been given access to the PDF version of the issue, I noticed the "Useful/Related Links" of my article are not the ones I put there (and are completely unrelated -- I wonder where they come from?). For what it's worth here are the links that should have been included:
- Source code for the program built within the article - http://www.openhex.com/products/elixir/pymag
- Data Mapper Pattern - http://www.martinfowler.com/eaaCatalog/dataMapper.html
- Active Record Pattern - http://www.martinfowler.com/eaaCatalog/activeRecord.html
- REST - http://en.wikipedia.org/wiki/Representational_State_Transfer
Now I understand why there was not any hit on the page holding the application source code...
Update: The version they distribute now has been corrected.
- 1
