James Bell wrote:
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 statem
On Tue, Jul 10, 2012 at 11:25 AM, Mark Lawrence wrote:
> On 10/07/2012 15:58, James Bell wrote:
>
>> 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 norm
On 10/07/2012 15:58, James Bell wrote:
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
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