<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mutability on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/mutability/</link><description>Recent content in Mutability 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/mutability/index.xml" rel="self" type="application/rss+xml"/><item><title>List and Tuples</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/07-python-datascience/02-module/002-list-tuples/</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/002-list-tuples/</guid><description>&lt;p class="lead text-primary"&gt;
This document covers Python lists and tuples, including indexing, slicing, mutability, concatenation, nesting, methods, and aliasing, with practical examples for data manipulation and structure.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Lists and tuples are compound data types and key data structures in Python. Both are ordered sequences, but differ in mutability and usage.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="tuples-in-python"&gt;Tuples in Python&lt;/h2&gt;
&lt;p&gt;Tuples are ordered sequences, expressed as comma-separated elements within parentheses. They can contain different types (strings, integers, floats), but the variable type is always tuple.&lt;/p&gt;</description></item></channel></rss>