pydanny
My blog on things Python and other tech stuff.
Thursday, November 29, 2007
Capturing shell output in Python
›
I need to capture the terminal text returned after I run some shell commands to create SVN repos. Unfortunately, os.system() doesn't ca...
1 comment:
Monday, November 26, 2007
How fast can I convert a Zope 3 app to Grok?
›
Figured it would be quick and easy to make a conversion. I'm still new with both frameworks, but since Grok is built doing DRY and KISS...
Complexity added to Plone 3
›
Mikko Ohtamaa raises some good points about the problems with adding viewlets in Plone 3 . It is too complex. Design patterns are good, bu...
Friday, November 23, 2007
Playing with Django
›
I've been playing with Django over the past few days. I'm not going to compare it to Plone or Zope. But I will happily compare it ...
Thursday, November 22, 2007
Happy Thanksgiving!
›
I'm thankful for: My wife and son My students Everyone who helped out when my bike got stolen Only two minor injuries this year My frien...
Tuesday, November 20, 2007
RIA arguments
›
I don't like to work in RIAs. Why reinvent the web when we have AJAX? That said, I have a bit of respect for what Adobe has done with F...
Friday, November 16, 2007
Need to get into the habit of using Python sets
›
Periodically I have use cases where I want lists with unique values. And I so often write logic to do it on my own. You know, things like ...
‹
›
Home
View web version