Featured Post

Linkedin

 These days, I mostly post my tech musings on Linkedin.  https://www.linkedin.com/in/seanmcgrath/

Thursday, February 17, 2005

A zen of Python moment

Today, I am working on a system that will be invoked like this:

    jython driver1.py build_parameters1.py

That one line pretty much sums up my Pythonic relationship with code and data these days.

Hint, an earlier incarnation of this system had:

    jython driver1.py build_parameters1.xml

No comments: