<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Key-Value on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/key-value/</link><description>Recent content in Key-Value on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:42:12 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/key-value/index.xml" rel="self" type="application/rss+xml"/><item><title>Dictionaries</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/02-module/003-dictionaries/</link><pubDate>Thu, 24 Jul 2025 00:00:00 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/02-module/003-dictionaries/</guid><description>&lt;p class="lead text-primary"&gt;
This document covers Python dictionaries, including keys, values, creation, access, modification, deletion, and methods for managing key-value pairs efficiently.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Dictionaries are collections in Python that store data as key-value pairs. Keys are unique and immutable, while values can be mutable or immutable.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="creating-and-accessing-dictionaries"&gt;Creating and Accessing Dictionaries&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Create a dictionary with curly brackets &lt;code&gt;{}&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Keys must be unique and immutable (often strings).&lt;/li&gt;
&lt;li&gt;Values can be any type and may be duplicated.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Example:&lt;/p&gt;</description></item></channel></rss>