All I really need to know about [testable, maintainable, packagable] “scripts”
Category: Software Testing
27 Jan 10
“Scripting” with Python is becoming more common. This talk will discuss why you would want to “script” with Python (instead of say bash). It will also discuss best practices that will allow you to actually test your scripts, maintain them over time, and easily distribute them. Python has some advantages to bash in these areas.