I always liked how VB.NET allows you to take a series of statements with long variable names and make them more readable using the 'With' Statement (you can see an example in "The VB.NET 'With' Statement - embrace or avoid?"). It can really make the code much more readable.
So is there is an equivalent keyword or construct to do the same thing in Python?