<?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>Python &#8211; Learn &#8211; WebPedia.net</title>
	<atom:link href="https://webpedia.net/python/feed" rel="self" type="application/rss+xml" />
	<link>https://webpedia.net</link>
	<description>Developer training &#38; tutorials, Google Ads, Seo</description>
	<lastBuildDate>Wed, 22 Jan 2025 23:01:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>About Python, Installation, Important Things</title>
		<link>https://webpedia.net/about-python-installation-important-things</link>
					<comments>https://webpedia.net/about-python-installation-important-things#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 20 Apr 2024 15:09:41 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">https://webpedia.net/?p=4871</guid>

					<description><![CDATA[About Python programming language Python was created in the late 1980s by Guido van Rossum and was designed to be ... <p class="read-more-container"><a title="About Python, Installation, Important Things" class="read-more button" href="https://webpedia.net/about-python-installation-important-things#more-4871" aria-label="Read more about About Python, Installation, Important Things">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/about-python-installation-important-things/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>About Internet protocol, HTTP methods, Status codes</title>
		<link>https://webpedia.net/about-internet-protocol-http-methods-status-codes</link>
					<comments>https://webpedia.net/about-internet-protocol-http-methods-status-codes#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 03 Apr 2024 00:47:47 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">https://webpedia.net/?p=4812</guid>

					<description><![CDATA[Internet protocol The payload part of IP packets supports multiple protocols to make sure that information arrives as expected. Two ... <p class="read-more-container"><a title="About Internet protocol, HTTP methods, Status codes" class="read-more button" href="https://webpedia.net/about-internet-protocol-http-methods-status-codes#more-4812" aria-label="Read more about About Internet protocol, HTTP methods, Status codes">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/about-internet-protocol-http-methods-status-codes/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to work with Python date, datetime, and time objects</title>
		<link>https://webpedia.net/how-to-work-with-python-date-datetime-and-time-objects</link>
					<comments>https://webpedia.net/how-to-work-with-python-date-datetime-and-time-objects#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 29 Nov 2020 02:00:51 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">https://webpedia.net/?p=3872</guid>

					<description><![CDATA[How to use date, datetime and time objects? Formatting time output strftime() method The datetime object has strftime() method for ... <p class="read-more-container"><a title="How to work with Python date, datetime, and time objects" class="read-more button" href="https://webpedia.net/how-to-work-with-python-date-datetime-and-time-objects#more-3872" aria-label="Read more about How to work with Python date, datetime, and time objects">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/how-to-work-with-python-date-datetime-and-time-objects/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Conditional Statements in Python</title>
		<link>https://webpedia.net/conditional-statements-in-python-if-else-elif-for-loops-while</link>
					<comments>https://webpedia.net/conditional-statements-in-python-if-else-elif-for-loops-while#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 13:31:32 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">http://webpedia.net/?p=2525</guid>

					<description><![CDATA[If / Else / Elif Statements If Statement If statement runs or skips the code based on whether a condition ... <p class="read-more-container"><a title="Conditional Statements in Python" class="read-more button" href="https://webpedia.net/conditional-statements-in-python-if-else-elif-for-loops-while#more-2525" aria-label="Read more about Conditional Statements in Python">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/conditional-statements-in-python-if-else-elif-for-loops-while/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Strings &#124; Methods, Slicing, String Mutations, Exercises</title>
		<link>https://webpedia.net/python-strings</link>
					<comments>https://webpedia.net/python-strings#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 30 Aug 2020 17:41:05 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">https://webpedia.net/?p=3559</guid>

					<description><![CDATA[In Python, You can define a string with either double quotes &#8221; or single quotes &#8216;. Strings in Python are ... <p class="read-more-container"><a title="Python Strings &#124; Methods, Slicing, String Mutations, Exercises" class="read-more button" href="https://webpedia.net/python-strings#more-3559" aria-label="Read more about Python Strings &#124; Methods, Slicing, String Mutations, Exercises">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/python-strings/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Object-Oriented Programming (OOP), Classes in Python</title>
		<link>https://webpedia.net/object-oriented-programming-in-python</link>
					<comments>https://webpedia.net/object-oriented-programming-in-python#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 09 Aug 2020 19:09:23 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">https://webpedia.net/?p=3187</guid>

					<description><![CDATA[About Python Classes, Objects, Attributes &#038; Methods A Class is like an object constructor, a template for creating objects. A ... <p class="read-more-container"><a title="Object-Oriented Programming (OOP), Classes in Python" class="read-more button" href="https://webpedia.net/object-oriented-programming-in-python#more-3187" aria-label="Read more about Object-Oriented Programming (OOP), Classes in Python">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/object-oriented-programming-in-python/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Working with JSON data in Python</title>
		<link>https://webpedia.net/working-with-json-in-python</link>
					<comments>https://webpedia.net/working-with-json-in-python#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 03 Aug 2020 18:36:58 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">https://webpedia.net/?p=3139</guid>

					<description><![CDATA[What is JSON? JSON stands for JavaScript Object Notation. JSON is a text format that is completely language independent, which ... <p class="read-more-container"><a title="Working with JSON data in Python" class="read-more button" href="https://webpedia.net/working-with-json-in-python#more-3139" aria-label="Read more about Working with JSON data in Python">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/working-with-json-in-python/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sockets in Python</title>
		<link>https://webpedia.net/sockets-in-python</link>
					<comments>https://webpedia.net/sockets-in-python#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 22 Jul 2020 12:47:36 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">http://webpedia.net/?p=2954</guid>

					<description><![CDATA[What is a TCP Sockets? A socket is one endpoint of a two-way communication link between two programs running on ... <p class="read-more-container"><a title="Sockets in Python" class="read-more button" href="https://webpedia.net/sockets-in-python#more-2954" aria-label="Read more about Sockets in Python">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/sockets-in-python/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Tuples, Packing and Unpacking &#x2705; Exercises</title>
		<link>https://webpedia.net/python-tuples</link>
					<comments>https://webpedia.net/python-tuples#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 11 Jul 2020 18:05:13 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">http://webpedia.net/?p=2430</guid>

					<description><![CDATA[Python provides another type that is an ordered collection of objects which can be accessed by their indices, called a ... <p class="read-more-container"><a title="Python Tuples, Packing and Unpacking &#x2705; Exercises" class="read-more button" href="https://webpedia.net/python-tuples#more-2430" aria-label="Read more about Python Tuples, Packing and Unpacking &#x2705; Exercises">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/python-tuples/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Lists, Operations &#038; methods, Differences/similarities between Arrays, Lists or Tuples</title>
		<link>https://webpedia.net/about-python-lists</link>
					<comments>https://webpedia.net/about-python-lists#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 07 Jul 2020 04:00:22 +0000</pubDate>
				<category><![CDATA[Python - Learn]]></category>
		<guid isPermaLink="false">http://webpedia.net/?p=1612</guid>

					<description><![CDATA[!! A list is a collection used to store data, which is ordered and changeable. A collection allows us to ... <p class="read-more-container"><a title="Python Lists, Operations &#038; methods, Differences/similarities between Arrays, Lists or Tuples" class="read-more button" href="https://webpedia.net/about-python-lists#more-1612" aria-label="Read more about Python Lists, Operations &#038; methods, Differences/similarities between Arrays, Lists or Tuples">Read more</a></p>]]></description>
		
					<wfw:commentRss>https://webpedia.net/about-python-lists/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
