<?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>18.Python Advance Topics &#8211; shbytes.com</title>
	<atom:link href="https://shbytes.com/category/python/python-advance-topics/feed/" rel="self" type="application/rss+xml" />
	<link>https://shbytes.com</link>
	<description>Empowering IT career, one byte at a time</description>
	<lastBuildDate>Fri, 01 Nov 2024 06:14:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>Generators in Python (with Examples)</title>
		<link>https://shbytes.com/generators-in-python-with-examples/</link>
					<comments>https://shbytes.com/generators-in-python-with-examples/#comments</comments>
		
		<dc:creator><![CDATA[Payal Academy]]></dc:creator>
		<pubDate>Tue, 08 Oct 2024 14:27:35 +0000</pubDate>
				<category><![CDATA[18.Python Advance Topics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Advance Topics]]></category>
		<guid isPermaLink="false">https://shbytes.com/?p=4025</guid>

					<description><![CDATA[<p>In Python, generators are a simple way of creating iterators. Generators allows us to iterate over a set of values without needing to create a list in memory. Generators are&#8230;</p>
<p>The post <a rel="nofollow" href="https://shbytes.com/generators-in-python-with-examples/">Generators in Python (with Examples)</a> appeared first on <a rel="nofollow" href="https://shbytes.com">shbytes.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shbytes.com/generators-in-python-with-examples/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Decorators in Python (with Examples)</title>
		<link>https://shbytes.com/decorators-in-python-with-examples/</link>
					<comments>https://shbytes.com/decorators-in-python-with-examples/#respond</comments>
		
		<dc:creator><![CDATA[Payal Academy]]></dc:creator>
		<pubDate>Mon, 07 Oct 2024 00:55:56 +0000</pubDate>
				<category><![CDATA[18.Python Advance Topics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Advance Topics]]></category>
		<guid isPermaLink="false">https://shbytes.com/?p=4016</guid>

					<description><![CDATA[<p>In Python, decorators are a powerful tool that allow us to modify or enhance the behavior of functions or methods without changing their actual code. A decorator is essentially a&#8230;</p>
<p>The post <a rel="nofollow" href="https://shbytes.com/decorators-in-python-with-examples/">Decorators in Python (with Examples)</a> appeared first on <a rel="nofollow" href="https://shbytes.com">shbytes.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shbytes.com/decorators-in-python-with-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Functions as First-Class Objects (with Examples)</title>
		<link>https://shbytes.com/python-functions-as-first-class-objects-with-examples/</link>
					<comments>https://shbytes.com/python-functions-as-first-class-objects-with-examples/#respond</comments>
		
		<dc:creator><![CDATA[Payal Academy]]></dc:creator>
		<pubDate>Sun, 06 Oct 2024 16:32:51 +0000</pubDate>
				<category><![CDATA[18.Python Advance Topics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Advance Topics]]></category>
		<guid isPermaLink="false">https://shbytes.com/?p=4012</guid>

					<description><![CDATA[<p>In Python, functions are considered first-class objects (or first-class citizens), meaning they can be treated like any other object, such as integers, strings, lists, etc. This property allows Python developers&#8230;</p>
<p>The post <a rel="nofollow" href="https://shbytes.com/python-functions-as-first-class-objects-with-examples/">Python Functions as First-Class Objects (with Examples)</a> appeared first on <a rel="nofollow" href="https://shbytes.com">shbytes.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shbytes.com/python-functions-as-first-class-objects-with-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Iterators in Python (with Examples)</title>
		<link>https://shbytes.com/iterators-in-python-with-examples/</link>
					<comments>https://shbytes.com/iterators-in-python-with-examples/#respond</comments>
		
		<dc:creator><![CDATA[Payal Academy]]></dc:creator>
		<pubDate>Sun, 06 Oct 2024 01:13:01 +0000</pubDate>
				<category><![CDATA[18.Python Advance Topics]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Advance Topics]]></category>
		<guid isPermaLink="false">https://shbytes.com/?p=3992</guid>

					<description><![CDATA[<p>Iterators in Python are a powerful feature that allows us to traverse through all elements of a collection (like lists, tuples, or dictionaries) without exposing the collection’s underlying structure. Understanding&#8230;</p>
<p>The post <a rel="nofollow" href="https://shbytes.com/iterators-in-python-with-examples/">Iterators in Python (with Examples)</a> appeared first on <a rel="nofollow" href="https://shbytes.com">shbytes.com</a>.</p>
]]></description>
		
					<wfw:commentRss>https://shbytes.com/iterators-in-python-with-examples/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
