<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Learn With Osru]]></title><description><![CDATA[Documenting my journey from CSE student to data analyst — one Python project at a time. Learning, building, and growing publicly.]]></description><link>https://learnwithosru.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Wed, 02 Sep 2026 21:11:45 GMT</lastBuildDate><atom:link href="https://learnwithosru.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[💻 How Leaving a Bad Internship 😓 Led Me to Discover My Passion for Python 🐍✨]]></title><description><![CDATA[👋 Hi, I'm Osru!
I'm a Computer Science (CSE) student currently on a semester exchange at Universiti Sains Malaysia 🇲🇾. For the first time in a long time, I finally feel excited about learning again — and that’s all because of Python.
In this post,...]]></description><link>https://learnwithosru.hashnode.dev/how-leaving-a-bad-internship-led-me-to-discover-my-passion-for-python</link><guid isPermaLink="true">https://learnwithosru.hashnode.dev/how-leaving-a-bad-internship-led-me-to-discover-my-passion-for-python</guid><dc:creator><![CDATA[Osru]]></dc:creator><pubDate>Sat, 21 Jun 2025 11:17:54 GMT</pubDate><enclosure url="https://cdn.hashnode.com/res/hashnode/image/upload/v1750504193061/08505900-dc1d-4aab-ac20-810d04d8fed4.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<h1 id="heading-hi-im-osru"><strong><em>👋 Hi, I'm Osru!</em></strong></h1>
<p>I'm a Computer Science (CSE) student currently on a semester exchange at Universiti Sains Malaysia 🇲🇾. For the first time in a long time, I finally feel excited about learning again — and that’s all because of Python.</p>
<p>In this post, I want to share how I found my path with Python, the projects I’ve built, and how you can start your own journey even if you’re feeling stuck (like I was).</p>
<hr />
<h2 id="heading-why-i-started-learning-python-my-real-journey">🧠 Why I Started Learning Python (My Real Journey)</h2>
<p>As a CSE student, I spent three years trying to find what truly excites me. I tried <strong>web development, video editing, graphic design</strong> — but nothing clicked. Everything felt either too hard to follow through or didn’t bring me joy.</p>
<p>Then I joined a startup as an intern.<br />It looked promising at first, but soon turned into a nightmare — I was working <strong>7–8 hours every day with no holidays, no salary, and no clear guidance</strong>. They made me handle multiple tasks at once, blamed me for mistakes I didn’t even make, and drained my energy every single day.</p>
<p>I didn’t have the courage to leave. I felt like I was stuck, wasting my time, and not learning anything valuable.</p>
<p>One day, I opened up to a friend. She gave me advice I’ll never forget:</p>
<blockquote>
<p><em>“Instead of doing a hundred things that burn you out, choose one skill you enjoy and go deep into it.”</em></p>
</blockquote>
<p>That night, I quit the job.</p>
<p>The very next day, I picked <strong>Python</strong> — and since then, I haven’t looked back.</p>
<p>Within just 15 days:</p>
<ul>
<li><p>✅ I learned the fundamentals</p>
</li>
<li><p>✅ I built 3+ mini projects</p>
</li>
<li><p>✅ I started having <strong>fun</strong></p>
</li>
<li><p>✅ And I saw <strong>real growth</strong> in myself</p>
</li>
</ul>
<p>I wasn’t overwhelmed anymore. I was excited.</p>
<hr />
<h2 id="heading-how-i-got-started">🚀 How I Got Started</h2>
<p>I started learning Python from scratch using <a target="_blank" href="https://www.youtube.com/@CodeWithHarry">Code with Harry’s YouTube playlist</a>. The roadmap I followed:</p>
<ul>
<li><p>✅ Variables, Data Types, Inputs</p>
</li>
<li><p>✅ If/Else, Match Case</p>
</li>
<li><p>✅ Loops (For, While), Break</p>
</li>
<li><p>✅ Functions, Recursion, f-strings</p>
</li>
<li><p>✅ Lists, Tuples, Sets, Dictionaries</p>
</li>
<li><p>✅ Exception Handling &amp; Custom Errors</p>
</li>
</ul>
<p>Every time I learned something new, I tried to <strong>build something small</strong> with it. That’s how I stayed motivated.</p>
<hr />
<h2 id="heading-projects-ive-built">🛠️ Projects I’ve Built</h2>
<p>To apply what I learned, I built these mini projects (all available on GitHub):</p>
<h3 id="heading-kbc-quiz-game">🎮 KBC Quiz Game</h3>
<p>A terminal-based quiz inspired by <em>Kaun Banega Crorepati</em>. It tests user input, scoring, and logic — built using loops, conditionals, and lists.<br />🔗 <a target="_blank" href="https://github.com/ByteBelle27/KBC_Python_Quiz">View on GitHub</a></p>
<hr />
<h3 id="heading-secret-code-language-encoder">🔐 Secret Code Language Encoder</h3>
<p>This fun program translates text into a secret format and decodes it back. It uses string slicing, conditions, and list comprehension.<br />🔗 <a target="_blank" href="https://github.com/ByteBelle27/Secret-Code-Language-in-Python">View on GitHub</a></p>
<hr />
<h3 id="heading-to-do-task-manager">📋 To-Do Task Manager</h3>
<p>A simple CLI app to add, view, delete, and complete tasks — practicing lists, functions, input, and control flow.</p>
<hr />
<h2 id="heading-whats-next-for-me">📚 What's Next for Me?</h2>
<ul>
<li><p>📌 <strong>Learn SQL</strong> to query data and work with databases</p>
</li>
<li><p>📌 <strong>Explore Power BI</strong> for building interactive dashboards</p>
</li>
<li><p>📌 <strong>Write weekly reflections</strong> on Hashnode</p>
</li>
<li><p>📌 <strong>Build my personal portfolio website</strong></p>
</li>
</ul>
<p>I want to keep learning, building, and sharing everything here as I grow.</p>
<hr />
<h2 id="heading-final-thoughts">💬 Final Thoughts</h2>
<p>If you’re a student or beginner feeling overwhelmed — I see you.<br />I was there too.</p>
<p>Start small. Pick one skill. Be consistent. And surround yourself with people who encourage you to grow.</p>
<p>If I can go from burnout to building Python projects in 15 days — you can too.</p>
<hr />
<p>👉 <a target="_blank" href="https://www.linkedin.com/in/osru-b15818266/">Connect with me on LinkedIn</a><br />👉 <a target="_blank" href="https://github.com/ByteBelle27">Follow me on GitHub</a></p>
<p>Thanks for reading! Follow me here on Hashnode for more of my journey 💫</p>
<hr />
<blockquote>
<p><em>“The beautiful thing about learning is that nobody can take it away from you.” – B.B. King</em></p>
</blockquote>
]]></content:encoded></item></channel></rss>