<?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: Shlok Salunke</title>
    <description>The latest articles on DEV Community by Shlok Salunke (@shlok_salunke_35f83a9061a).</description>
    <link>https://dev.to/shlok_salunke_35f83a9061a</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%2F3614034%2F4d0da627-ba84-4427-bc36-ed0a5e84a8ac.png</url>
      <title>DEV Community: Shlok Salunke</title>
      <link>https://dev.to/shlok_salunke_35f83a9061a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shlok_salunke_35f83a9061a"/>
    <language>en</language>
    <item>
      <title>How I Wrote My First Python Script (And Why It Made Me Love Coding)</title>
      <dc:creator>Shlok Salunke</dc:creator>
      <pubDate>Sun, 16 Nov 2025 17:49:08 +0000</pubDate>
      <link>https://dev.to/shlok_salunke_35f83a9061a/how-i-wrote-my-first-python-script-and-why-it-made-me-love-coding-476j</link>
      <guid>https://dev.to/shlok_salunke_35f83a9061a/how-i-wrote-my-first-python-script-and-why-it-made-me-love-coding-476j</guid>
      <description>&lt;p&gt;Python was the first programming language that made me feel like, “Yes, I can code.”&lt;br&gt;
A few months back, I wrote my first ever Python script — and even though it was a small one, it completely changed the way I looked at programming.&lt;/p&gt;

&lt;p&gt;I started with installing Python and opening a simple text editor. I didn’t know much; I just wanted to create something that works.&lt;br&gt;
So I wrote this tiny script:&lt;/p&gt;

&lt;p&gt;name = input("Enter your name: ")&lt;br&gt;
print("Hello", name, "Welcome to Python!")&lt;/p&gt;

&lt;p&gt;When I ran it and saw the output responding to my input, it instantly clicked for me. It felt powerful — like I created a small interactive program with just two lines of code.&lt;/p&gt;

&lt;p&gt;What surprised me the most was how clean and readable Python is. No semicolons, no complex syntax… just simple logic.&lt;br&gt;
After this, I explored lists, loops, dictionaries, and even built a small number-guessing game.&lt;/p&gt;

&lt;p&gt;Writing this first script taught me three things:&lt;/p&gt;

&lt;p&gt;Coding doesn’t need to be complicated.&lt;/p&gt;

&lt;p&gt;Small projects help you learn faster.&lt;/p&gt;

&lt;p&gt;Python is one of the best languages for building anything — from automation to AI.&lt;/p&gt;

&lt;p&gt;This tiny script was the start of my journey, and today I’m learning machine learning and building real projects.&lt;br&gt;
If you're new to programming, try writing a small Python script today. Trust me — that first “Hello” will motivate you more than any tutorial ever can.&lt;/p&gt;

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