<?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>Forem: Mihsa Idebus</title>
    <description>The latest articles on Forem by Mihsa Idebus (@mihsa_instrudy).</description>
    <link>https://forem.com/mihsa_instrudy</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%2F2569133%2F7f35a551-6710-47fc-a6e1-80c010ca9f44.png</url>
      <title>Forem: Mihsa Idebus</title>
      <link>https://forem.com/mihsa_instrudy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mihsa_instrudy"/>
    <language>en</language>
    <item>
      <title>Workaround Complex code when you miss some concepts</title>
      <dc:creator>Mihsa Idebus</dc:creator>
      <pubDate>Fri, 07 Feb 2025 04:59:55 +0000</pubDate>
      <link>https://forem.com/mihsa_instrudy/workaround-complex-code-when-you-miss-some-concepts-444m</link>
      <guid>https://forem.com/mihsa_instrudy/workaround-complex-code-when-you-miss-some-concepts-444m</guid>
      <description>&lt;p&gt;Sometimes if you miss some simple concepts code will be overly complex to workaround. For making code work in this dictionary comprehension exercise where elements of value of key which where inside list could be easily accessed (which was unfamiliar to me until now) to workaround it I made code overly complex.(&amp;gt;_&amp;lt;)&lt;br&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%2Ftt5tfh9labl0kq4uzxt2.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%2Ftt5tfh9labl0kq4uzxt2.png" alt="dictionary comprehension solution" width="729" height="353"&gt;&lt;/a&gt;&lt;br&gt;
In short it is good thing to search around to see if same thing can be done efficiently and in more simpler way&lt;/p&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>This Exercise Helped me Fine tune My code from Complexity to Simplicity</title>
      <dc:creator>Mihsa Idebus</dc:creator>
      <pubDate>Tue, 04 Feb 2025 06:47:33 +0000</pubDate>
      <link>https://forem.com/mihsa_instrudy/this-exercise-helped-me-fine-tune-my-code-from-complexity-to-simplicity-4nej</link>
      <guid>https://forem.com/mihsa_instrudy/this-exercise-helped-me-fine-tune-my-code-from-complexity-to-simplicity-4nej</guid>
      <description>&lt;p&gt;Recently on doing exercise for python I started doing &lt;strong&gt;Marking the Grade&lt;/strong&gt; Problem. At start i was confused on how i can do it and so started simply doing it. By the time i did it for first time i had made my code overly complex for a simple task. You can check below.&lt;br&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%2Fhd0x1erkc1h1bpgc0mh4.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%2Fhd0x1erkc1h1bpgc0mh4.png" alt="Image description" width="800" height="488"&gt;&lt;/a&gt;&lt;br&gt;
 Using dictionary comprehension and all.&lt;/p&gt;

&lt;p&gt;But after a few trial and error to make it simpler when i did make it better i myself found my first code incomprehensible.&lt;br&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%2F81at11ue28kv0cyex4k0.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%2F81at11ue28kv0cyex4k0.png" alt="Image description" width="800" height="505"&gt;&lt;/a&gt;&lt;br&gt;
Doing code was much harder than spoon feeding tutorials and a efficient code required deep understanding of concepts and how i can apply different concepts together.&lt;br&gt;
&lt;a href="https://exercism.org/tracks/python/exercises/making-the-grade/solutions/Scorch119" rel="noopener noreferrer"&gt;https://exercism.org/tracks/python/exercises/making-the-grade/solutions/Scorch119&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>code</category>
      <category>beginners</category>
    </item>
    <item>
      <title>"Raindrops" more complex version of the 'FizzBuzz' challenge Opened a Whole New Idea and Concept.</title>
      <dc:creator>Mihsa Idebus</dc:creator>
      <pubDate>Sat, 01 Feb 2025 16:51:43 +0000</pubDate>
      <link>https://forem.com/mihsa_instrudy/raindrops-more-complex-versionofthefizzbuzz-challenge-opened-a-whole-new-idea-and-concept-1h2b</link>
      <guid>https://forem.com/mihsa_instrudy/raindrops-more-complex-versionofthefizzbuzz-challenge-opened-a-whole-new-idea-and-concept-1h2b</guid>
      <description>&lt;p&gt;Raindrops challenge posed quite a challenge and helped me understand python concepts deeply.&lt;br&gt;
Try it yourself ; presenting your idea and check out fantastic way it can be done&lt;br&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%2F1m53fp9ur9xos5l9x4hi.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%2F1m53fp9ur9xos5l9x4hi.png" alt="Raindrops challenge in exercism" width="756" height="487"&gt;&lt;/a&gt;&lt;br&gt;
challenge: &lt;a href="https://exercism.org/tracks/python/exercises/raindrops" rel="noopener noreferrer"&gt;https://exercism.org/tracks/python/exercises/raindrops&lt;/a&gt;&lt;br&gt;
don't check my solution:(first time solving embarrassment) &lt;a href="https://exercism.org/tracks/python/exercises/raindrops/solutions/Scorch119" rel="noopener noreferrer"&gt;https://exercism.org/tracks/python/exercises/raindrops/solutions/Scorch119&lt;/a&gt;&lt;/p&gt;

</description>
      <category>raindrops</category>
      <category>python</category>
      <category>exercism</category>
      <category>development</category>
    </item>
    <item>
      <title>Day 10 in Python Exercise</title>
      <dc:creator>Mihsa Idebus</dc:creator>
      <pubDate>Fri, 31 Jan 2025 17:12:05 +0000</pubDate>
      <link>https://forem.com/mihsa_instrudy/day-10-in-python-exercise-kdd</link>
      <guid>https://forem.com/mihsa_instrudy/day-10-in-python-exercise-kdd</guid>
      <description>&lt;h2&gt;
  
  
  Card Game in Python
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;General list concept&lt;/li&gt;
&lt;li&gt;Function call&lt;/li&gt;
&lt;li&gt;Engaging&lt;/li&gt;
&lt;li&gt;Challenging&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Recently started my journey in Python. With thought of 'what can be best way to learn something faster than to put learning into practice'. With a goal of minimum 1 exercise per day i am out on my journey for 2025.&lt;br&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%2Fcutmg48ux53lpy6k7ofn.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%2Fcutmg48ux53lpy6k7ofn.png" alt="https://exercism.org/profiles/Scorch119" width="800" height="338"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;This will be more achievable if more like minded people join with me in this journey.&lt;/strong&gt;&lt;br&gt;
Feel free to provided suggestion and guide me.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://exercism.org/tracks/python/exercises/card-games/solutions/Scorch119" rel="noopener noreferrer"&gt;https://exercism.org/tracks/python/exercises/card-games/solutions/Scorch119&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>exercism</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
