<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Getting Started with Python Programming and Scripting in Linux &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 02 Mar 2023 05:28:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Digital Forensic		</title>
		<link>https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-1102963</link>

		<dc:creator><![CDATA[Digital Forensic]]></dc:creator>
		<pubDate>Tue, 19 Feb 2019 08:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20716#comment-1102963</guid>

					<description><![CDATA[That&#039;s great ! Can you make a full tutorial on how to learn Python programming from beginning in Linux]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s great ! Can you make a full tutorial on how to learn Python programming from beginning in Linux</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas		</title>
		<link>https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-1025486</link>

		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Mon, 20 Aug 2018 09:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20716#comment-1025486</guid>

					<description><![CDATA[Please, whatever you do, &lt;strong&gt;*do not touch the system Python installation!*&lt;/strong&gt; This includes modifying symlinks or paths or whatever. Large parts of your operating system depend on a particular Python version in the &lt;strong&gt;/usr/bin/&lt;/strong&gt; directory, be it &lt;strong&gt;2.x&lt;/strong&gt; or &lt;strong&gt;3.x&lt;/strong&gt;. This is why some users in the comments report broken functionality.

Always, always, always use virtual environments which allow you to use whatever Python and third-party package versions you want in an isolated location. Anything else can seriously screw up your distribution.]]></description>
			<content:encoded><![CDATA[<p>Please, whatever you do, <strong>*do not touch the system Python installation!*</strong> This includes modifying symlinks or paths or whatever. Large parts of your operating system depend on a particular Python version in the <strong>/usr/bin/</strong> directory, be it <strong>2.x</strong> or <strong>3.x</strong>. This is why some users in the comments report broken functionality.</p>
<p>Always, always, always use virtual environments which allow you to use whatever Python and third-party package versions you want in an isolated location. Anything else can seriously screw up your distribution.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edward Drake		</title>
		<link>https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-1016723</link>

		<dc:creator><![CDATA[Edward Drake]]></dc:creator>
		<pubDate>Tue, 17 Jul 2018 08:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20716#comment-1016723</guid>

					<description><![CDATA[Warning: I don&#039;t know why but &lt;strong&gt;wicd&lt;/strong&gt; stops working if you modify the symlink for python3.x to python, effectively breaking your ethernet / wi-fi.]]></description>
			<content:encoded><![CDATA[<p>Warning: I don&#8217;t know why but <strong>wicd</strong> stops working if you modify the symlink for python3.x to python, effectively breaking your ethernet / wi-fi.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Pow		</title>
		<link>https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-916133</link>

		<dc:creator><![CDATA[Pow]]></dc:creator>
		<pubDate>Tue, 26 Sep 2017 23:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20716#comment-916133</guid>

					<description><![CDATA[Hey Guys,

I am new Linux SysAdmin and I am going to use Python for scripting language so, I Googled about it before but i did not find anything useful for someone like me.

would you give me some direction for starting python actually for Linux-system administration?

thank you]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>I am new Linux SysAdmin and I am going to use Python for scripting language so, I Googled about it before but i did not find anything useful for someone like me.</p>
<p>would you give me some direction for starting python actually for Linux-system administration?</p>
<p>thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: CrustyCurmudgeon		</title>
		<link>https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-909955</link>

		<dc:creator><![CDATA[CrustyCurmudgeon]]></dc:creator>
		<pubDate>Fri, 01 Sep 2017 13:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20716#comment-909955</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-785779&quot;&gt;Gabriel A. Cánepa&lt;/a&gt;.

Seriously Gabriel? That&#039;s like posting &quot;If you&#039;d like to increase space on your hard drive,  you can use &quot;&lt;strong&gt;rm -rf /&lt;/strong&gt;&quot; and then saying that you&quot; didn&#039;t actually recommend it.&quot; when someone points out it deleted their entire hard drive. 

Novice Linux users come to sites like this and follow directions; &quot;clarifying&quot; potentially damaging instructions after the fact isn&#039;t very useful.  You should, at the very least, insert a clear cautionary statement. Better yet, move this &quot;suggestion&quot; and the &quot;clarification to the suggestion&quot;  adjacent to each other AND include a cautionary statement that it can break packages on some common distros.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/learn-python-programming-and-scripting-in-linux/comment-page-1/#comment-785779">Gabriel A. Cánepa</a>.</p>
<p>Seriously Gabriel? That&#8217;s like posting &#8220;If you&#8217;d like to increase space on your hard drive,  you can use &#8220;<strong>rm -rf /</strong>&#8221; and then saying that you&#8221; didn&#8217;t actually recommend it.&#8221; when someone points out it deleted their entire hard drive. </p>
<p>Novice Linux users come to sites like this and follow directions; &#8220;clarifying&#8221; potentially damaging instructions after the fact isn&#8217;t very useful.  You should, at the very least, insert a clear cautionary statement. Better yet, move this &#8220;suggestion&#8221; and the &#8220;clarification to the suggestion&#8221;  adjacent to each other AND include a cautionary statement that it can break packages on some common distros.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
