<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sanika Sree A.K</title>
    <description>The latest articles on DEV Community by Sanika Sree A.K (@sanika_sreeak_e95609b33).</description>
    <link>https://dev.to/sanika_sreeak_e95609b33</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2895403%2F4c9be3b2-8648-4626-a9b0-518c380c0991.jpg</url>
      <title>DEV Community: Sanika Sree A.K</title>
      <link>https://dev.to/sanika_sreeak_e95609b33</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanika_sreeak_e95609b33"/>
    <language>en</language>
    <item>
      <title>Which version of Python removed the print statement?</title>
      <dc:creator>Sanika Sree A.K</dc:creator>
      <pubDate>Mon, 24 Feb 2025 12:54:27 +0000</pubDate>
      <link>https://dev.to/sanika_sreeak_e95609b33/which-version-of-python-removed-the-print-statement-1nii</link>
      <guid>https://dev.to/sanika_sreeak_e95609b33/which-version-of-python-removed-the-print-statement-1nii</guid>
      <description>&lt;p&gt;In the evolution from Python 2.x to Python 3.x, one of the most significant changes was the transformation of the print statement into the more versatile print() function. This shift not only modernized the way we output text but also opened up new possibilities for formatting and handling outputs in our code.&lt;/p&gt;

</description>
      <category>python</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Do you know what is PROLOG ?</title>
      <dc:creator>Sanika Sree A.K</dc:creator>
      <pubDate>Mon, 24 Feb 2025 12:45:53 +0000</pubDate>
      <link>https://dev.to/sanika_sreeak_e95609b33/do-you-know-what-is-prolog--2mlb</link>
      <guid>https://dev.to/sanika_sreeak_e95609b33/do-you-know-what-is-prolog--2mlb</guid>
      <description>&lt;p&gt;Prolog is a programming language designed for developing AI applications, leveraging logic as its foundational structure. Initially, developers outline rules and establish facts related to a specific problem. The Prolog interpreter then employs logical reasoning techniques to address queries. This process allows the interpreter to automatically deduce solutions by drawing upon the defined rules and facts.&lt;/p&gt;

&lt;p&gt;Prolog was created in the early 1970s by Alain Colmerauer and Philippe Roussel at the University of Marseille. It was one of the earliest logic programming languages, intended to support natural language processing (NLP) and artificial intelligence (AI) research.&lt;/p&gt;

</description>
      <category>prolog</category>
      <category>ai</category>
      <category>programming</category>
    </item>
    <item>
      <title>PyPy</title>
      <dc:creator>Sanika Sree A.K</dc:creator>
      <pubDate>Sun, 23 Feb 2025 11:13:47 +0000</pubDate>
      <link>https://dev.to/sanika_sreeak_e95609b33/pypy-1o67</link>
      <guid>https://dev.to/sanika_sreeak_e95609b33/pypy-1o67</guid>
      <description>&lt;p&gt;While Python 2.7 and older versions are officially unsupported, a different unofficial Python putting into use, PyPy, continues to support Python 2.&lt;/p&gt;

&lt;p&gt;PyPy is faster than CPython because it uses JIT compiler.&lt;/p&gt;

</description>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
