Title: Python Dictionary items() method - GeeksforGeeks
Open Graph Title: Python Dictionary items() method - GeeksforGeeks
Description: Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Open Graph Description: Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
Keywords:
Opengraph URL: https://www.geeksforgeeks.org/python/python-dictionary-items-method/
Domain: www.geeksforgeeks.org
{"@context":"https://schema.org","@type":"Article","mainEntityOfPage":{"@type":"WebPage","id":"https://www.geeksforgeeks.org/python/python-dictionary-items-method/"},"headline":"Python Dictionary items() method","datePublished":"2018-10-22 12:00:20","dateModified":"2025-07-11 02:59:45","image":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/uploads/gfg_200X200-100x100.png","width":"100","height":"100"},"author":{"@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/logo-new-2.svg","width":"301","height":"40"}},"publisher":{"@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":{"@type":"ImageObject","url":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/logo-new-2.svg","width":"301","height":"40"}},"description":"items() method in Python returns a view object that contains all the key-value pairs in a dictionary as tuples. This view object updates dynamically if the dictionary is modified.Example:Pythond = {'A': 'Python', 'B': 'Java', 'C': 'C++'} # using items() to get all key-value pairs items = d.items() print(items)Outputdict_items([('A', 'Python'), ('B',","about":[{"@type":"Thing","name":"Python"},{"@type":"Thing","name":"PythonDict"},{"@type":"Thing","name":"PythonDictFunctions"}]}
{"@context":"https://schema.org","@type":"WebSite","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","potentialAction":{"@type":"SearchAction","target":"https://www.geeksforgeeks.org/search/{search_term_string}/","query-input":"required name=search_term_string"}}
{"@context":"https://schema.org","@type":"Organization","name":"GeeksforGeeks","url":"https://www.geeksforgeeks.org/","logo":"https://media.geeksforgeeks.org/wp-content/cdn-uploads/20200817185016/gfg_complete_logo_2x-min.png","description":"Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.","founder":[{"@type":"Person","name":"Sandeep Jain","url":"https://in.linkedin.com/in/sandeep-jain-b3940815"}],"sameAs":["https://www.facebook.com/geeksforgeeks.org/","https://twitter.com/geeksforgeeks","https://www.linkedin.com/company/1299009","https://www.youtube.com/geeksforgeeksvideos/"]}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Python","item":{"@type":"Thing","@id":"https://www.geeksforgeeks.org/category/python/"}},{"@type":"ListItem","position":2,"name":"python-dictionary-items-method","item":{"@type":"Thing","@id":"https://www.geeksforgeeks.org/python/python-dictionary-items-method/"}}]}
| theme-color | #308D46 |
| image | https://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png |
| og:image:type | image/png |
| og:image:width | 200 |
| og:image:height | 200 |
| facebook-domain-verification | xo7t4ve2wn3ywfkjdvwbrk01pvdond |
| og:site_name | GeeksforGeeks |
| og:image | https://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png |
| article:section | Python |
| article:tag | Python-dict-functions |
| og:type | article |
| og:locale | en_US |
| article:published_time | 2018-10-22 00:00:20+00:00 |
| article:modified_time | 2025-07-11 14:59:45+00:00 |
| og:updated_time | 2025-07-11 14:59:45+00:00 |
| og:image:secure_url | https://media.geeksforgeeks.org/wp-content/cdn-uploads/gfg_200x200-min.png |
| msapplication-TileImage | https://www.geeksforgeeks.org/wp-content/uploads/gfg_200X200.png |
| next-head-count | 43 |
Links:
Viewport: width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0
Robots: index, follow, max-image-preview:large, max-snippet:-1