<?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 Tips | Tecmint: Linux Howtos, Tutorials &amp; Guides</title>
	<atom:link href="https://www.tecmint.com/tag/python-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 19 Aug 2021 05:38:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.tecmint.com/wp-content/uploads/2020/07/favicon.ico</url>
	<title>Python Tips | Tecmint: Linux Howtos, Tutorials &amp; Guides</title>
	<link>https://www.tecmint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Install and Use Thonny Python IDE on Linux</title>
		<link>https://www.tecmint.com/thonny-python-ide/</link>
					<comments>https://www.tecmint.com/thonny-python-ide/#comments</comments>
		
		<dc:creator><![CDATA[Karthick]]></dc:creator>
		<pubDate>Thu, 26 Nov 2020 04:05:11 +0000</pubDate>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux IDE]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Python IDE]]></category>
		<category><![CDATA[Python Tips]]></category>
		<category><![CDATA[Thonny IDE]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=38634</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/thonny-python-ide/">How to Install and Use Thonny Python IDE on Linux</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>Thonny is an Integrated Development Environment (IDE) for Python beginners. It is created with Python and released under MIT License.</p>
The post <a href="https://www.tecmint.com/thonny-python-ide/">How to Install and Use Thonny Python IDE on Linux</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/thonny-python-ide/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Platform and Keyword Module in Python</title>
		<link>https://www.tecmint.com/python-platform-keyword-module/</link>
					<comments>https://www.tecmint.com/python-platform-keyword-module/#respond</comments>
		
		<dc:creator><![CDATA[Karthick]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 06:48:11 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Programming]]></category>
		<category><![CDATA[Python Tips]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=40571</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/python-platform-keyword-module/">How to Use Platform and Keyword Module in Python</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>The platform module provides an API to get information about the underlying system/platform where our code runs. Information such as</p>
The post <a href="https://www.tecmint.com/python-platform-keyword-module/">How to Use Platform and Keyword Module in Python</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/python-platform-keyword-module/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Learn Python Identity Operator and Difference Between &#8220;==&#8221; and &#8220;IS&#8221; Operator</title>
		<link>https://www.tecmint.com/learn-python-identity-operator/</link>
					<comments>https://www.tecmint.com/learn-python-identity-operator/#respond</comments>
		
		<dc:creator><![CDATA[Karthick]]></dc:creator>
		<pubDate>Fri, 03 Apr 2020 11:41:37 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Python Programming]]></category>
		<category><![CDATA[Python Tips]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=36682</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/learn-python-identity-operator/">Learn Python Identity Operator and Difference Between “==” and “IS” Operator</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>This article is mainly curated to explain an important operator in python (“IDENTITY OPERATOR”) and how an identity operator differs</p>
The post <a href="https://www.tecmint.com/learn-python-identity-operator/">Learn Python Identity Operator and Difference Between “==” and “IS” Operator</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/learn-python-identity-operator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Pyenv &#8211; Install Multiple Python Versions for Specific Project</title>
		<link>https://www.tecmint.com/pyenv-install-and-manage-multiple-python-versions-in-linux/</link>
					<comments>https://www.tecmint.com/pyenv-install-and-manage-multiple-python-versions-in-linux/#comments</comments>
		
		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Fri, 29 Jun 2018 09:07:30 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Python Tips]]></category>
		<guid isPermaLink="false">https://www.tecmint.com/?p=29920</guid>

					<description><![CDATA[The post <a href="https://www.tecmint.com/pyenv-install-and-manage-multiple-python-versions-in-linux/">Pyenv – Install Multiple Python Versions for Specific Project</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a> .<p>Managing multiple versions of Python on a Linux system is not an easy task, especially for beginners. Sometimes it even</p>
The post <a href="https://www.tecmint.com/pyenv-install-and-manage-multiple-python-versions-in-linux/">Pyenv – Install Multiple Python Versions for Specific Project</a> first appeared on <a href="https://www.tecmint.com">Tecmint: Linux Howtos, Tutorials & Guides</a>.]]></description>
		
					<wfw:commentRss>https://www.tecmint.com/pyenv-install-and-manage-multiple-python-versions-in-linux/feed/</wfw:commentRss>
			<slash:comments>14</slash:comments>
		
		
			</item>
	</channel>
</rss>
