<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>List - SpeedySense</title>
	<atom:link href="https://speedysense.com/tag/list/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Web Technologies, Programming, Linux, Open-source Blog</description>
	<lastBuildDate>Thu, 18 May 2023 15:52:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://speedysense.com/wp-content/uploads/2019/05/favicon.ico</url>
	<title>List - SpeedySense</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Remove an Item From a List in Python (remove, pop, clear, del)</title>
		<link>https://speedysense.com/remove-item-from-list-in-python/</link>
					<comments>https://speedysense.com/remove-item-from-list-in-python/#respond</comments>
		
		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Sat, 06 Feb 2021 06:55:41 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Remove]]></category>
		<guid isPermaLink="false">https://speedysense.com/?p=1606</guid>

					<description><![CDATA[<p><img width="830" height="435" src="https://speedysense.com/wp-content/uploads/2021/02/remove-item-from-list-in-python.png" class="attachment-large size-large wp-post-image" alt="How to Remove an Item From a List in Python (remove, pop, clear, del)" style="max-width: 100%; height: auto;" decoding="async" fetchpriority="high" srcset="https://speedysense.com/wp-content/uploads/2021/02/remove-item-from-list-in-python.png 830w, https://speedysense.com/wp-content/uploads/2021/02/remove-item-from-list-in-python-415x218.png 415w" sizes="(max-width: 830px) 100vw, 830px" /></p>
<p>In Python, we use list methods remove(), pop(), and clear() to remove an items (elements) from a list. Moreover, you can delete items using del statements by specifying a position or range with an index or slice. Python remove(), pop(), and clear() methods are used [&#8230;]</p>
<p>The post <a href="https://speedysense.com/remove-item-from-list-in-python/">How to Remove an Item From a List in Python (remove, pop, clear, del)</a> appeared first on <a href="https://speedysense.com">SpeedySense</a>.</p>
]]></description>
		
					<wfw:commentRss>https://speedysense.com/remove-item-from-list-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python List Sorting with sorted() and sort()</title>
		<link>https://speedysense.com/python-list-sorting/</link>
					<comments>https://speedysense.com/python-list-sorting/#respond</comments>
		
		<dc:creator><![CDATA[SpeedySense Editorial]]></dc:creator>
		<pubDate>Sun, 20 Oct 2019 17:23:38 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Sort]]></category>
		<guid isPermaLink="false">https://speedysense.com/?p=853</guid>

					<description><![CDATA[<p><img width="830" height="435" src="https://speedysense.com/wp-content/uploads/2019/10/python-list-sorting.png" class="attachment-large size-large wp-post-image" alt="Python List Sorting with sorted() and sort()" style="max-width: 100%; height: auto;" decoding="async" srcset="https://speedysense.com/wp-content/uploads/2019/10/python-list-sorting.png 830w, https://speedysense.com/wp-content/uploads/2019/10/python-list-sorting-415x218.png 415w" sizes="(max-width: 830px) 100vw, 830px" /></p>
<p>Sometimes you need to write a code to sort list items in some situations. In this article, we will discuss multiple ways to sorting Python list. Because, Python sorting functionality offers great features to done basic sorting or customize sorting ordering at a granular level. [&#8230;]</p>
<p>The post <a href="https://speedysense.com/python-list-sorting/">Python List Sorting with sorted() and sort()</a> appeared first on <a href="https://speedysense.com">SpeedySense</a>.</p>
]]></description>
		
					<wfw:commentRss>https://speedysense.com/python-list-sorting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
