<?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 for WebPedia.net	</title>
	<atom:link href="https://webpedia.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>https://webpedia.net</link>
	<description>Developer training &#38; tutorials, Google Ads, Seo</description>
	<lastBuildDate>Wed, 17 Apr 2024 22:28:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		Comment on How to use Datepicker in Django? by Darren		</title>
		<link>https://webpedia.net/how-to-use-datepicker-in-django#comment-1524</link>

		<dc:creator><![CDATA[Darren]]></dc:creator>
		<pubDate>Sat, 17 Jul 2021 11:14:04 +0000</pubDate>
		<guid isPermaLink="false">https://webpedia.net/?p=3716#comment-1524</guid>

					<description><![CDATA[This is awesome and saved me so much time!]]></description>
			<content:encoded><![CDATA[<p>This is awesome and saved me so much time!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to use Datepicker in Django? by Srijyothi		</title>
		<link>https://webpedia.net/how-to-use-datepicker-in-django#comment-1519</link>

		<dc:creator><![CDATA[Srijyothi]]></dc:creator>
		<pubDate>Sun, 04 Jul 2021 02:07:11 +0000</pubDate>
		<guid isPermaLink="false">https://webpedia.net/?p=3716#comment-1519</guid>

					<description><![CDATA[Thanks for sharing the simple and clean code.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing the simple and clean code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to use Datepicker in Django? by Phani		</title>
		<link>https://webpedia.net/how-to-use-datepicker-in-django#comment-1510</link>

		<dc:creator><![CDATA[Phani]]></dc:creator>
		<pubDate>Fri, 28 May 2021 08:03:34 +0000</pubDate>
		<guid isPermaLink="false">https://webpedia.net/?p=3716#comment-1510</guid>

					<description><![CDATA[Thanks man it really helped.
Simple and Clean.]]></description>
			<content:encoded><![CDATA[<p>Thanks man it really helped.<br />
Simple and Clean.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to use Datepicker in Django? by Arthur Bosua		</title>
		<link>https://webpedia.net/how-to-use-datepicker-in-django#comment-1477</link>

		<dc:creator><![CDATA[Arthur Bosua]]></dc:creator>
		<pubDate>Tue, 09 Mar 2021 14:34:32 +0000</pubDate>
		<guid isPermaLink="false">https://webpedia.net/?p=3716#comment-1477</guid>

					<description><![CDATA[Thank You!  After days of misdirection, incomplete and outdated solutions including a bout with JQuery and Bootstrap, it took less than 3 minutes to implement your solution!]]></description>
			<content:encoded><![CDATA[<p>Thank You!  After days of misdirection, incomplete and outdated solutions including a bout with JQuery and Bootstrap, it took less than 3 minutes to implement your solution!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Most occurrences of a word in a file by DB		</title>
		<link>https://webpedia.net/most-occurrences-of-a-word-in-a-file#comment-529</link>

		<dc:creator><![CDATA[DB]]></dc:creator>
		<pubDate>Sun, 12 Jul 2020 06:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://webpedia.net/?p=2878#comment-529</guid>

					<description><![CDATA[import collections
wordstring = &quot;&quot;&quot;Google News is a news aggregator app developed by Google. It presents a continuous flow of articles organized from thousands of publishers and magazines. Google News is available as an app on Android, iOS, and the Web. Google released a beta version in September 2002 and the official app in January 2006.&quot;&quot;&quot;
wordlist = wordstring.split()

You can make use of counter from collections like freq=collections.Counter(wordlist)]]></description>
			<content:encoded><![CDATA[<p>import collections<br />
wordstring = &#8220;&#8221;&#8221;Google News is a news aggregator app developed by Google. It presents a continuous flow of articles organized from thousands of publishers and magazines. Google News is available as an app on Android, iOS, and the Web. Google released a beta version in September 2002 and the official app in January 2006.&#8221;&#8221;&#8221;<br />
wordlist = wordstring.split()</p>
<p>You can make use of counter from collections like freq=collections.Counter(wordlist)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
