2006年12月20日

摘要: FROM: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/438119Description: One common aspect of programming is calling executables and processing results. It is not as easy or elegant to do this... 阅读全文
posted @ 2006-12-20 11:33 hunter_gio 阅读(365) 评论(0) 推荐(0)
摘要: From DANSE Beyond the standard way to call python from a shell (like bash) >$ python -c "x = [1,2];print '%s' % x" [1, 2] If one adds a bit of code to any existing ... 阅读全文
posted @ 2006-12-20 11:02 hunter_gio 阅读(441) 评论(0) 推荐(0)

导航