<?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 Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/python/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/python/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Sun, 10 Jul 2022 05:30:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>Python Archives - IODocs</title>
	<link>https://www.iodocs.com/python/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>nltk tweettokenizer</title>
		<link>https://www.iodocs.com/nltk-tweettokenizer/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Tue, 13 Apr 2021 15:16:21 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[RegexpTokenizer]]></category>
		<category><![CDATA[SExprTokenizer]]></category>
		<category><![CDATA[stanford_segmenter]]></category>
		<guid isPermaLink="false">https://www.iodocs.com/?p=2940</guid>

					<description><![CDATA[<p>nltk tweettokenizer, Natural Language Toolkit </p>
<p>The post <a href="https://www.iodocs.com/nltk-tweettokenizer/">nltk tweettokenizer</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to change the Jupyter Lab start-up folder</title>
		<link>https://www.iodocs.com/how-to-change-the-jupyter-lab-start-up-folder/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 10 Mar 2021 04:34:02 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Jupyter Lab]]></category>
		<category><![CDATA[Jupyter Notebook]]></category>
		<category><![CDATA[jupyter_notebook_config]]></category>
		<guid isPermaLink="false">https://www.iodocs.com/?p=2928</guid>

					<description><![CDATA[<p>How to change the Jupyter Lab start-up folder</p>
<p>The post <a href="https://www.iodocs.com/how-to-change-the-jupyter-lab-start-up-folder/">How to change the Jupyter Lab start-up folder</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>PyTorch Classifying an image</title>
		<link>https://www.iodocs.com/pytorch-classifying-an-image/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Mon, 14 Jan 2019 20:43:20 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Classifying an image]]></category>
		<category><![CDATA[PyTorch]]></category>
		<category><![CDATA[PyTorch ML]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=2087</guid>

					<description><![CDATA[<p>The essential thing to do with an in-depth learning framework is to classify an image with a pre-trained model. This article works out of the box with PyTorch.</p>
<p>The post <a href="https://www.iodocs.com/pytorch-classifying-an-image/">PyTorch Classifying an image</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to send emails with gmail using python</title>
		<link>https://www.iodocs.com/how-to-send-emails-with-gmail-using-python/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 19 Sep 2018 20:32:57 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[send mail with python]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1883</guid>

					<description><![CDATA[<p>Now that you have your SMTP connection set up and authorized your app with Google, you can finally use Python to send email with Gmail</p>
<p>The post <a href="https://www.iodocs.com/how-to-send-emails-with-gmail-using-python/">How to send emails with gmail using python</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>“Could not run curl-config: [Errno 2] No such file or directory” when installing pycurl</title>
		<link>https://www.iodocs.com/could-not-run-curl-config-errno-2-no-such-file-or-directory-when-installing-pycurl/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sun, 05 Aug 2018 03:33:58 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1822</guid>

					<description><![CDATA[<p>The line of code that throws Could not run curl-config: [Errno 2] No such file or directory” when installing pycurl on Linux, should inform the user as to remedy - a pre-requisite, rather than leaving them to test their google skills.</p>
<p>The post <a href="https://www.iodocs.com/could-not-run-curl-config-errno-2-no-such-file-or-directory-when-installing-pycurl/">“Could not run curl-config: [Errno 2] No such file or directory” when installing pycurl</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
