<?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 Retrieve Kth Column of a Matrix in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18757/how-retrieve-kth-column-matrix-python</link>
  <description>
&lt;span&gt;How to Retrieve Kth Column of a 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-14T23:33:52+08:00" title="Thursday, May 14, 2026 - 23:33"&gt;Thu, 05/14/2026 - 23:33&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Thu, 14 May 2026 15:33:52 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18757 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18757/how-retrieve-kth-column-matrix-python#comments</comments>
    </item>
<item>
  <title>Bantumi Game Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18756/bantumi-game-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;Bantumi 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-14T23:16:52+08:00" title="Thursday, May 14, 2026 - 23:16"&gt;Thu, 05/14/2026 - 23:16&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Thu, 14 May 2026 15:16:52 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18756 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18756/bantumi-game-using-tkinter-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Interchange First and Last Elements in a List in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18755/how-interchange-first-and-last-elements-list-python</link>
  <description>
&lt;span&gt;How to Interchange First and Last Elements in a List 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-13T23:12:45+08:00" title="Wednesday, May 13, 2026 - 23:12"&gt;Wed, 05/13/2026 - 23:12&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Wed, 13 May 2026 15:12:45 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18755 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18755/how-interchange-first-and-last-elements-list-python#comments</comments>
    </item>
<item>
  <title>Fibonacci Analytic App Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18754/fibonacci-analytic-app-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;Fibonacci Analytic 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-13T22:43:07+08:00" title="Wednesday, May 13, 2026 - 22:43"&gt;Wed, 05/13/2026 - 22:43&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Wed, 13 May 2026 14:43:07 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18754 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18754/fibonacci-analytic-app-using-tkinter-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Find String Permutations Using Inbuilt Function in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18753/how-find-string-permutations-using-inbuilt-function-python</link>
  <description>
&lt;span&gt;How to Find String Permutations Using Inbuilt Function 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-12T23:40:37+08:00" title="Tuesday, May 12, 2026 - 23:40"&gt;Tue, 05/12/2026 - 23:40&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Tue, 12 May 2026 15:40:37 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18753 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18753/how-find-string-permutations-using-inbuilt-function-python#comments</comments>
    </item>
<item>
  <title>File Management System Using Tkinter and SQLite in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18752/file-management-system-using-tkinter-and-sqlite-python-source-code.html</link>
  <description>
&lt;span&gt;File Management System Using Tkinter and SQLite 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-12T23:24:16+08:00" title="Tuesday, May 12, 2026 - 23:24"&gt;Tue, 05/12/2026 - 23:24&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Tue, 12 May 2026 15:24:16 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18752 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18752/file-management-system-using-tkinter-and-sqlite-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Break a List into Chunks of Size N in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18751/how-break-list-chunks-size-n-python</link>
  <description>
&lt;span&gt;How to Break a List into Chunks of Size N 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-11T23:21:48+08:00" title="Monday, May 11, 2026 - 23:21"&gt;Mon, 05/11/2026 - 23:21&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Mon, 11 May 2026 15:21:48 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18751 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18751/how-break-list-chunks-size-n-python#comments</comments>
    </item>
<item>
  <title>Customer Review App Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18750/customer-review-app-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;Customer Review 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-11T23:08:53+08:00" title="Monday, May 11, 2026 - 23:08"&gt;Mon, 05/11/2026 - 23:08&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Mon, 11 May 2026 15:08:53 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18750 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18750/customer-review-app-using-tkinter-python-source-code.html#comments</comments>
    </item>
<item>
  <title>How to Split an Array and Add First Part to End in Python</title>
  <link>https://www.sourcecodester.com/tutorial/python/18749/how-split-array-and-add-first-part-end-python</link>
  <description>
&lt;span&gt;How to Split an Array and Add First Part to End 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-10T23:27:26+08:00" title="Sunday, May 10, 2026 - 23:27"&gt;Sun, 05/10/2026 - 23:27&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Sun, 10 May 2026 15:27:26 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18749 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/tutorial/python/18749/how-split-array-and-add-first-part-end-python#comments</comments>
    </item>
<item>
  <title>Roll the Dice Game Using Tkinter in Python with Source Code</title>
  <link>https://www.sourcecodester.com/python/18748/roll-dice-game-using-tkinter-python-source-code.html</link>
  <description>
&lt;span&gt;Roll the Dice 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-10T23:05:38+08:00" title="Sunday, May 10, 2026 - 23:05"&gt;Sun, 05/10/2026 - 23:05&lt;/time&gt;
&lt;/span&gt;
</description>
  <pubDate>Sun, 10 May 2026 15:05:38 +0000</pubDate>
    <dc:creator>razormist</dc:creator>
    <guid isPermaLink="false">18748 at https://www.sourcecodester.com</guid>
    <comments>https://www.sourcecodester.com/python/18748/roll-dice-game-using-tkinter-python-source-code.html#comments</comments>
    </item>

  </channel>
</rss>
