<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data-Structures on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/categories/data-structures/</link><description>Recent content in Data-Structures 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:37:05 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/categories/data-structures/index.xml" rel="self" type="application/rss+xml"/><item><title>Module Summary</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/02-module/004-module-summary/</link><pubDate>Sun, 08 Dec 2024 16:54:36 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/02-module/004-module-summary/</guid><description>&lt;p class="lead text-primary"&gt;
This document summarizes the essential concepts of Python data structures, including tuples, lists, dictionaries, and sets. It covers their properties, operations, indexing, slicing, and manipulation techniques for effective data science applications.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="module-summary"&gt;Module Summary&lt;/h2&gt;
&lt;h3 id="tuples"&gt;Tuples&lt;/h3&gt;
&lt;p&gt;Tuples are ordered, immutable collections defined with parentheses &lt;code&gt;()&lt;/code&gt;. They can contain mixed data types and support both positive and negative indexing for element access. Operations such as concatenation and slicing are available, but any modification requires creating a new tuple. Tuples can be nested for complex data structures, and elements in nested tuples are accessed through multi-level indexing.&lt;/p&gt;</description></item></channel></rss>