Los Techies : Blogs about software and anything tech!
Sign in
|
Join
|
Help
Home
Merchandise
Blogs
Media
Groups
RSS
Twitter
June 2009 - Polyglots R Us
Polyglots R Us
Home
About
Contact
The Lounge
Ads by The Lounge
Friends of Pablo
Pablo's Extended Family
Syndication
RSS for Posts
Atom
RSS for Comments
Ohloh
Recent Posts
Newbie Win32 Development Using Python
Adventures in Meta programming in Python: im_class, __import__, __getattribute__
Take 3: Python, ISP, IoC, and OCP need a fundamental rethink.
Take 2: Why we use SOLID in static languages and how we get the same functionality for cheap in dynamic languages
I recant my IoC! IoC containers in dynamic languages are silly.
Tags
ActiveRecord
Agile
alt.net
AppDomain
Authkit
BDD
Brownfield
C#
Castle
Context
DotNet
Dynamic Langs
IoC
IronPython
Lean
Learning
ORM
Pylons
Python
Spec
SpecMaker
SqlAlchemy
StructureMap
TDD
VAN
View more
Archives
January 2010 (2)
November 2009 (3)
September 2009 (3)
August 2009 (5)
July 2009 (6)
June 2009 (8)
May 2009 (3)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Python Web Framework Series – Pylons: Part 4 Introduction For Database Support With SQL Alchemy.
We last left off with Views with Mako , now Pylons does not enforce on you an ORM at all, so you can use hand crafted SQL if you prefer. However, since I’ve done enough of that for a career or two we’re going to use my Python ORM of choice...
Published
Sun, Jun 28 2009 10:54 PM
by
Ryan Svihla
Filed under:
Python
,
ORM
,
Pylons
Python Web Framework Series – Pylons: Part 3 Views with Mako
This is a huge post and I should have split this into several smaller ones so please bear with me while I get my series format tweaked. We last left off with Controllers, Views and Testing with a basic test, basic view and basic controller. Now with our...
Published
Thu, Jun 25 2009 12:53 AM
by
Ryan Svihla
Filed under:
Python
,
Pylons
,
Mako
VAN: Doing 2 Part Series on Castle development July 1st and 8th at 8pm
I know this isn't related to my Pylons series and worry not there is no interruption in that, but I'm giving a couple of talks on Virtual Alt.Net . The first one I've done before and you may have heard it at Alamo Coders, the second one is...
Published
Wed, Jun 24 2009 10:52 PM
by
Ryan Svihla
Filed under:
Castle
,
VAN
,
Monorail
Python Web Framework Series – Pylons: Part 2 Controllers, Views and Testing
We last left off with Getting Started and having created our “pylonsforum” project and generated our first controller. Source for home.py import logging from pylons import request, response, session, tmpl_context as c from pylons.controllers...
Published
Wed, Jun 24 2009 9:22 AM
by
Ryan Svihla
Filed under:
Python
,
Pylons
Python Web Framework Series – Pylons: Part 1 Getting Started
This article assumes you have Python 2.6 and Setuptools already installed on your machine and that you’re install SQL Alchemy 0.54 and Pylons 0.97 Overview Pylons is a component based MVC web framework. It, like a lot of more recent MVC frameworks...
Published
Tue, Jun 23 2009 10:00 AM
by
Ryan Svihla
Filed under:
Python
,
Pylons
Python Web Framework Series
I’ve wanted to dive more in depth into Python’s web frameworks for some time and get to know them the way I know Castle Monorail. What better way to learn something in depth than to have to know it well enough to show to someone else. Therefore...
Published
Mon, Jun 22 2009 9:31 AM
by
Ryan Svihla
Engineering or Customer Service which is more important?
I've been reading a lot about lean/toyota way lately, mixing that with my past experience as an IT Consultant and throwing that up against a bit of an Ivory tower I fell into with XP that left me unable to deal with the following scenario: You're...
Published
Sun, Jun 07 2009 3:16 PM
by
Ryan Svihla
Filed under:
Lean
Castle ActiveRecord and registering classes at runtime
I use the following trick for adding ActiveRecord classes after the fact for our in-house plug-in architecture. Thanks to whichever blogger/mailing list I picked this up from so long ago. Scenario 1: Class(es) to load inherit from same base class as current...
Published
Wed, Jun 03 2009 2:02 AM
by
Ryan Svihla
Filed under:
NHibernate
,
ActiveRecord
,
Castle
,
ORM
Copyright Los Techies 2008, 2009. All rights reserved.