<?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: Sudhamsha Sagar</title>
    <description>The latest articles on DEV Community by Sudhamsha Sagar (@iamsudhamsha).</description>
    <link>https://dev.to/iamsudhamsha</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%2F3185112%2F9c9d696d-7dea-4461-81b3-a9691588a1e4.jpg</url>
      <title>DEV Community: Sudhamsha Sagar</title>
      <link>https://dev.to/iamsudhamsha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamsudhamsha"/>
    <language>en</language>
    <item>
      <title>My Early Python Journey: Small Wins, Big Motivation 🚀🐍</title>
      <dc:creator>Sudhamsha Sagar</dc:creator>
      <pubDate>Tue, 20 May 2025 12:04:23 +0000</pubDate>
      <link>https://dev.to/iamsudhamsha/my-early-python-journey-small-wins-big-motivation-4af9</link>
      <guid>https://dev.to/iamsudhamsha/my-early-python-journey-small-wins-big-motivation-4af9</guid>
      <description>&lt;p&gt;Hey Dev.to friends! 👋&lt;/p&gt;

&lt;p&gt;I’m just starting out with Python and honestly, every little step feels like a big victory. I’ve been working through some beginner problems, and while they might look simple to many, for me they’re a huge deal — and I wanted to share what I’ve learned so far.&lt;/p&gt;

&lt;p&gt;If you’re new to coding or struggling to get started, this is for you. Let’s celebrate the small wins together!&lt;/p&gt;

&lt;p&gt;Here’s what I tackled recently:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Even or Odd Number Checker
I learned how to use if-else conditions and handle errors gracefully when the user enters something unexpected. It was my first lesson in writing friendly code that doesn’t just break.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqxr6lu1c8e8ysglu0utp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqxr6lu1c8e8ysglu0utp.png" alt="Image description" width="643" height="362"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Reverse a String Without Built-ins
No shortcuts here! I figured out how to reverse a string by looping through each character — it really made me think like a programmer.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd8ezxy4i4g8eqoazpv5z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fd8ezxy4i4g8eqoazpv5z.png" alt="Image description" width="603" height="99"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Counting Vowels in a String
This taught me how to loop through strings and do checks. Also, I learned that converting characters to lowercase makes checking easier, which was a neat trick.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frmmvvdt0n6ilts4buf83.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frmmvvdt0n6ilts4buf83.png" alt="Image description" width="464" height="249"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Celsius to Fahrenheit Converter
I applied a real-world formula and added input validation — so the program politely asks for valid numbers instead of crashing.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9weabpk731kz9ml5eqy5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9weabpk731kz9ml5eqy5.png" alt="Image description" width="569" height="126"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Word Count in a Sentence
A simple but powerful way to split strings into words and count them, opening the door to more text processing challenges.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyxefmglghp7c5rmb28v1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyxefmglghp7c5rmb28v1.png" alt="Image description" width="800" height="203"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Why This Matters&lt;br&gt;
I used to feel overwhelmed by coding challenges — like, where do I even start? But working through these problems showed me that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Every expert was once a beginner.&lt;/li&gt;
&lt;li&gt;Small wins add up to big progress.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Writing code is as much about mindset as it is about syntax.&lt;/p&gt;

&lt;p&gt;If you’re learning, don’t underestimate the power of these early steps. They build confidence and a solid foundation to tackle bigger challenges.&lt;/p&gt;

&lt;p&gt;What’s Next?&lt;br&gt;
I’m pumped to keep learning — dive into data structures, algorithms, and real projects that excite me.&lt;/p&gt;

&lt;p&gt;Thanks for reading my story! 🙏&lt;br&gt;
If you’re on a similar path, I’d love to hear about your early wins or any tips to keep motivated. Let’s grow together!&lt;/p&gt;

&lt;p&gt;Happy coding! 💻✨&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>learning</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
