<?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: Niroash</title>
    <description>The latest articles on DEV Community by Niroash (@niroash).</description>
    <link>https://dev.to/niroash</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%2F1748108%2F76e19607-7e8a-472a-a340-99439b4c21f7.jpg</url>
      <title>DEV Community: Niroash</title>
      <link>https://dev.to/niroash</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/niroash"/>
    <language>en</language>
    <item>
      <title>Revisiting Python: A New Chapter in My Learning Journey</title>
      <dc:creator>Niroash</dc:creator>
      <pubDate>Tue, 09 Jul 2024 05:42:25 +0000</pubDate>
      <link>https://dev.to/niroash/revisiting-python-a-new-chapter-in-my-learning-journey-5bf7</link>
      <guid>https://dev.to/niroash/revisiting-python-a-new-chapter-in-my-learning-journey-5bf7</guid>
      <description>&lt;p&gt;The connection with &lt;strong&gt;Python&lt;/strong&gt; began quite some time ago, but I still haven't managed to learn it completely. Then my friend &lt;em&gt;Harish&lt;/em&gt; insistently encouraged me to give it another try. So, I have started to learn it again. However, my efforts were put to a stop in the middle.&lt;/p&gt;

&lt;p&gt;Now once again, I came across a Facebook post about a free Python class. This time, I decided to join a structured class due to my previous unsuccessful attempt at self-studying. There was a requirement to write a blog about the learning process, which made me hesitant since I already have a heavy workload. Nevertheless, I chose to take up the challenge. Let's see how this goes.&lt;/p&gt;

&lt;p&gt;This class was organized by the &lt;em&gt;Kaniyam Foundation&lt;/em&gt;, and the course was conducted by Mr. &lt;em&gt;Syed Jaufar&lt;/em&gt;. Mr. &lt;em&gt;Shrinivasan&lt;/em&gt; introduced us to several forums and groups related to Linux OS and Open Source Software.&lt;/p&gt;

&lt;p&gt;Today, I have reinstalled Python after a long break. I am excited to resume my learning journey, considering my past experiences with Ubuntu during my school days.&lt;/p&gt;

&lt;p&gt;In today’s class, we were introduced to the print command in Python. The print function is used to display output to the screen. It’s a fundamental tool that helps us see the results of our code.&lt;/p&gt;

&lt;p&gt;Here is a simple example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;print("Hello, world!")
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;When you run this code, it will display:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Hello, world!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkqvijdovs3nq9bhrwie.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkqvijdovs3nq9bhrwie.jpg" alt="Python Print Command Examples" width="800" height="371"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's continue...&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Niroash&lt;/code&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>niroash</category>
    </item>
  </channel>
</rss>
