<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="https://www.sourcecodester.com/">
  <channel>
    <title>SourceCodester - Visual Basic, VB.NET, C#, PHP/MySQL, C/C++, Java/JavaScript, ASP/ASP.NET, MS Access, FoxPro, SQL</title>
    <link>https://www.sourcecodester.com/</link>
    <description/>
    <language>en</language>
    
    <item>
  <title>How to Find Sum of Squares of First N Natural Numbers in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18772/how-find-sum-squares-first-n-natural-numbers-python</link>
  <description>
&lt;span&gt;How to Find Sum of Squares of First N Natural Numbers in Python&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-30T22:51:39+08:00" title="Saturday, May 30, 2026 - 22:51"&gt;Sat, 05/30/2026 - 22:51&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Sat, 30 May 2026 14:51:39 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18772 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18772/how-find-sum-squares-first-n-natural-numbers-python#comments</comments>
    </item>
<item>
  <title>RPS Game Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18771/rps-game-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;RPS Game Using Tkinter in Python with Source Code&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-30T22:44:14+08:00" title="Saturday, May 30, 2026 - 22:44"&gt;Sat, 05/30/2026 - 22:44&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Sat, 30 May 2026 14:44:14 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18771 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18771/rps-game-using-tkinter-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Find All Duplicate Characters in String in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18770/how-find-all-duplicate-characters-string-python</link>
  <description>
&lt;span&gt;How to Find All Duplicate Characters in String in Python&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-29T23:21:21+08:00" title="Friday, May 29, 2026 - 23:21"&gt;Fri, 05/29/2026 - 23:21&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Fri, 29 May 2026 15:21:21 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18770 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18770/how-find-all-duplicate-characters-string-python#comments</comments>
    </item>
<item>
  <title>Fortune Telling App Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18769/fortune-telling-app-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;Fortune Telling App Using Tkinter in Python with Source Code&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-29T23:09:31+08:00" title="Friday, May 29, 2026 - 23:09"&gt;Fri, 05/29/2026 - 23:09&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Fri, 29 May 2026 15:09:31 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18769 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18769/fortune-telling-app-using-tkinter-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Split and Join a String in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18768/how-split-and-join-string-python</link>
  <description>
&lt;span&gt;How to Split and Join a String in Python&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-28T22:11:26+08:00" title="Thursday, May 28, 2026 - 22:11"&gt;Thu, 05/28/2026 - 22:11&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Thu, 28 May 2026 14:11:26 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18768 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18768/how-split-and-join-string-python#comments</comments>
    </item>
<item>
  <title>Battleship Command Game Using Pygame in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18767/battleship-command-game-using-pygame-python-source-code.html</link>
  <description>
&lt;span&gt;Battleship Command Game Using Pygame in Python with Source Code&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-28T21:48:18+08:00" title="Thursday, May 28, 2026 - 21:48"&gt;Thu, 05/28/2026 - 21:48&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Thu, 28 May 2026 13:48:18 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18767 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18767/battleship-command-game-using-pygame-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Find Word Frequency in String Using Shorthand in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18766/how-find-word-frequency-string-using-shorthand-python</link>
  <description>
&lt;span&gt;How to Find Word Frequency in String Using Shorthand in Python&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-26T22:32:54+08:00" title="Tuesday, May 26, 2026 - 22:32"&gt;Tue, 05/26/2026 - 22:32&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Tue, 26 May 2026 14:32:54 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18766 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18766/how-find-word-frequency-string-using-shorthand-python#comments</comments>
    </item>
<item>
  <title>Mini Golf Game Using Pygame in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18765/mini-golf-game-using-pygame-python-source-code.html</link>
  <description>
&lt;span&gt;Mini Golf Game Using Pygame in Python with Source Code&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-26T22:16:35+08:00" title="Tuesday, May 26, 2026 - 22:16"&gt;Tue, 05/26/2026 - 22:16&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Tue, 26 May 2026 14:16:35 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18765 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18765/mini-golf-game-using-pygame-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Create an N×N Matrix in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18764/how-create-n%C3%97n-matrix-python</link>
  <description>
&lt;span&gt;How to Create an N×N Matrix in Python&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-25T23:32:32+08:00" title="Monday, May 25, 2026 - 23:32"&gt;Mon, 05/25/2026 - 23:32&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Mon, 25 May 2026 15:32:32 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18764 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18764/how-create-n%C3%97n-matrix-python#comments</comments>
    </item>
<item>
  <title>Mad Libs App Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18763/mad-libs-app-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;Mad Libs App Using Tkinter in Python with Source Code&lt;/span&gt;

&lt;span&gt;&lt;a title="View user profile." href="https://www.sourcecodester.com/users/razormist"&gt;razormist&lt;/a&gt;&lt;/span&gt;

&lt;span&gt;&lt;time datetime="2026-05-25T23:22:38+08:00" title="Monday, May 25, 2026 - 23:22"&gt;Mon, 05/25/2026 - 23:22&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Mon, 25 May 2026 15:22:38 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18763 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18763/mad-libs-app-using-tkinter-python-source-code.html#comments</comments>
    </item>

  </channel>
</rss>
