On Tue, Jun 4, 2013 at 9:53 PM, Carlos Nepomuceno <carlosnepomuceno at outlook.com> wrote: > Are there any benefits from using dict() instead of {}? Not for what you're doing, but you can use dict() with an iterable. Most of the time, use the literal. ChrisA