[Tutor] Define Build Deployment

2012-07-11 Thread James Bell
I'm fairly new to software development in an enterprise environment I'm constantly hearing the term "build deployment" and do no want to ask what it means since it seems simple. I cannot find a definition online. if the word is context specific please describe what it means at your company. thank

[Tutor] Examples of "With....As Statement" in Python

2012-07-10 Thread James Bell
I'm attempting to learn how to use the "withas" statement in python. I've read the documentation and also a few tutorials but I still cannot understand the concept. or how this is normally used. Can someone please write an example or 2 of simple ways to use the "with statement". I understand