<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>listmethods &amp;mdash;   christova  </title>
    <link>https://christova.writeas.com/tag:listmethods</link>
    <description>&lt;b&gt;&lt;h3&gt;Tech Articles&lt;/h3&gt;&lt;/b&gt;&lt;br/&gt;&lt;b&gt;Collated from various sources. Full copyright remains with original authors.&lt;/b&gt;</description>
    <pubDate>Thu, 07 May 2026 02:24:16 +0000</pubDate>
    <item>
      <title>Python List Methods</title>
      <link>https://christova.writeas.com/python-list-methods-x082?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#python #lists #listMethods&#xA;&#xA;Lists are everywhere—data, APIs, ML, automation…&#xA;And mastering their methods makes your code 10x better.&#xA;&#xA;Here are the essentials:&#xA;&#xA;🔹 append()&#xA;→ Add item to the end&#xA;&#xA;🔹 clear()&#xA;→ Remove all items&#xA;&#xA;🔹 copy()&#xA;→ Create a shallow copy&#xA;&#xA;🔹 count(x)&#xA;→ Count occurrences of a value&#xA;&#xA;🔹 index(x)&#xA;→ Find position of a value&#xA;&#xA;🔹 insert(i, x)&#xA;→ Add item at a specific position&#xA;&#xA;🔹 pop(i)&#xA;→ Remove &amp; return item by index&#xA;&#xA;🔹 remove(x)&#xA;→ Remove first matching value&#xA;&#xA;🔹 reverse()&#xA;→ Reverse the list&#xA;&#xA;💡 Pro insight:&#xA;Lists are not just data structures…&#xA;They’re the foundation of how Python handles collections.]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/xXgvlTEI.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:python" class="hashtag"><span>#</span><span class="p-category">python</span></a> <a href="https://christova.writeas.com/tag:lists" class="hashtag"><span>#</span><span class="p-category">lists</span></a> <a href="https://christova.writeas.com/tag:listMethods" class="hashtag"><span>#</span><span class="p-category">listMethods</span></a></p>

<p>Lists are everywhere—data, APIs, ML, automation…
And mastering their methods makes your code 10x better.</p>

<p>Here are the essentials:</p>

<p>🔹 <strong>append()</strong>
→ Add item to the end</p>

<p>🔹 <strong>clear()</strong>
→ Remove all items</p>

<p>🔹 <strong>copy()</strong>
→ Create a shallow copy</p>

<p>🔹 <strong>count(x)</strong>
→ Count occurrences of a value</p>

<p>🔹 <strong>index(x)</strong>
→ Find position of a value</p>

<p>🔹 <strong>insert(i, x)</strong>
→ Add item at a specific position</p>

<p>🔹 <strong>pop(i)</strong>
→ Remove &amp; return item by index</p>

<p>🔹 <strong>remove(x)</strong>
→ Remove first matching value</p>

<p>🔹 <strong>reverse()</strong>
→ Reverse the list</p>

<p>💡 <strong>Pro insight:</strong>
Lists are not just data structures…
They’re the foundation of how Python handles collections.</p>
]]></content:encoded>
      <guid>https://christova.writeas.com/python-list-methods-x082</guid>
      <pubDate>Tue, 21 Apr 2026 13:13:40 +0000</pubDate>
    </item>
    <item>
      <title>Python List Methods</title>
      <link>https://christova.writeas.com/python-list-methods?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[&#xA;&#xA;#python #lists #listmethods]]&gt;</description>
      <content:encoded><![CDATA[<p><img src="https://i.snap.as/d8BmiEAl.jpg" alt=""/></p>

<p><a href="https://christova.writeas.com/tag:python" class="hashtag"><span>#</span><span class="p-category">python</span></a> <a href="https://christova.writeas.com/tag:lists" class="hashtag"><span>#</span><span class="p-category">lists</span></a> <a href="https://christova.writeas.com/tag:listmethods" class="hashtag"><span>#</span><span class="p-category">listmethods</span></a></p>
]]></content:encoded>
      <guid>https://christova.writeas.com/python-list-methods</guid>
      <pubDate>Fri, 27 Mar 2026 17:17:35 +0000</pubDate>
    </item>
  </channel>
</rss>