Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Collections (2016, retired 2019) Dictionaries Packing and Unpacking Dictionaries

Packing and Unpacking dictionaries : more examples of how to use these ?

Does anyone have an idea how get more familiar with these 2 concepts? I see how Kenneth is using packing and unpacking but I still feel like I am not familiar with these enough to use them fluently. Do you have any suggestions how to practice them and where to find interesting examples how they come in handy? When do you use packing and unpacking? Cheers

1 Answer

Istvan Nonn
Istvan Nonn
2,092 Points

I found it useful, may help others too.

How To Use *args and **kwargs in Python 3

or just google for "python kwarg" and look for recent articles.