<?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: TANYA LYOP ACHAYI </title>
    <description>The latest articles on DEV Community by TANYA LYOP ACHAYI  (@lyop_achayi).</description>
    <link>https://dev.to/lyop_achayi</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%2F3280688%2Fa68bf0e3-a61e-4ca6-911b-94e5f7649bd0.jpg</url>
      <title>DEV Community: TANYA LYOP ACHAYI </title>
      <link>https://dev.to/lyop_achayi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lyop_achayi"/>
    <language>en</language>
    <item>
      <title>Day 24 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Mon, 13 Oct 2025 13:46:22 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-24-of-100-f2h</link>
      <guid>https://dev.to/lyop_achayi/day-24-of-100-f2h</guid>
      <description>&lt;p&gt;"REST in a Shopping Cart"&lt;/p&gt;

&lt;p&gt;An API (Application Programming Interface) allows two programs to talk to each other, like your shopping app communicating with a server to save or get data.&lt;/p&gt;

&lt;p&gt;In a shopping app, the cart can use REST principles.&lt;br&gt;
Each request (like adding an item) must be stateless — meaning the server doesn’t remember past actions.&lt;br&gt;
So every time you add, view, or remove an item, the app sends all the needed info (like user ID, product ID, and quantity).&lt;/p&gt;

&lt;p&gt;Hint:&lt;br&gt;
Use standard HTTP methods —&lt;br&gt;
POST (add item), GET (view cart), PUT (update quantity), DELETE (remove item).&lt;/p&gt;

&lt;p&gt;🧩 Example:&lt;/p&gt;

&lt;p&gt;POST /api/cart&lt;/p&gt;

&lt;p&gt;{"user_id": "123",&lt;br&gt;
  "product_id": "A45",&lt;br&gt;
  "quantity": 2}&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  API
&lt;/h1&gt;

</description>
      <category>100daysofcode</category>
      <category>beginners</category>
      <category>api</category>
      <category>backend</category>
    </item>
    <item>
      <title>Day 23 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Tue, 07 Oct 2025 12:41:17 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-23-of-100-874</link>
      <guid>https://dev.to/lyop_achayi/day-23-of-100-874</guid>
      <description>&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%2F7ysf9o5cndaofv7j5to0.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%2F7ysf9o5cndaofv7j5to0.png" alt=" " width="800" height="447"&gt;&lt;/a&gt;&lt;br&gt;
When writing code, mistakes (bugs) happen. Some are syntax errors (like forgetting a colon :), others are runtime errors (like dividing by zero or trying to open a file that doesn’t exist).&lt;/p&gt;

&lt;p&gt;Instead of letting the program crash, Python allows us to handle errors gracefully using try, except, and other keywords.&lt;/p&gt;

&lt;p&gt;I thought it was an actual "bug" at first 😄😄😅&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  BlackPythonDevs
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  ErrorHandlingInPython.
&lt;/h1&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>python</category>
    </item>
    <item>
      <title>Day 22 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Thu, 02 Oct 2025 13:45:17 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-22-of-100-5g04</link>
      <guid>https://dev.to/lyop_achayi/day-22-of-100-5g04</guid>
      <description>&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%2Fslhmps6e7kygaqoarb2g.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%2Fslhmps6e7kygaqoarb2g.png" alt=" " width="800" height="1635"&gt;&lt;/a&gt;&lt;/p&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%2Fod4lri96u34pzkr02xv4.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%2Fod4lri96u34pzkr02xv4.png" alt=" " width="800" height="1635"&gt;&lt;/a&gt;&lt;br&gt;
 YouTube Downloader &lt;/p&gt;

&lt;p&gt;I faced pytube errors, runtime crashes &amp;amp; sound issues. Learned threading, debugging &amp;amp; handling imports better.&lt;/p&gt;

&lt;p&gt;Every error = growth and i am still working on it.😪😑&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  BlackPythonDevs
&lt;/h1&gt;

&lt;h1&gt;
  
  
  YouTubeDownloader
&lt;/h1&gt;

</description>
      <category>python</category>
      <category>beginners</category>
      <category>showdev</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>Day 21 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Fri, 19 Sep 2025 12:47:30 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-21-of-100-30pe</link>
      <guid>https://dev.to/lyop_achayi/day-21-of-100-30pe</guid>
      <description>&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%2Fk130jk53dnfofeqxxrxx.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%2Fk130jk53dnfofeqxxrxx.png" alt=" " width="800" height="631"&gt;&lt;/a&gt;&lt;br&gt;
Git &amp;amp; GitHub hmmmmm. Honestly, it feels a bit challenging, but I’m beginning to understand the basics.&lt;/p&gt;

&lt;p&gt;🔹 Git is like a personal assistant on my computer,  it tracks changes in my project and helps me go back if I make mistakes.&lt;br&gt;
🔹 GitHub is like the cloud version, it stores my project online so I can share, back it up, and collaborate with others.&lt;/p&gt;

&lt;p&gt;It’s like writing my story in chapters and uploading it to a library where others can see or contribute but it's after my life😆😆, i will talk about the challenges i am facing with github in my next post.&lt;/p&gt;

&lt;p&gt;Still learning, still growing. Step by step. 🚀&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Git&amp;amp;Github
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 20 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Thu, 18 Sep 2025 12:14:11 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-20-of-100-5d3f</link>
      <guid>https://dev.to/lyop_achayi/day-20-of-100-5d3f</guid>
      <description>&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%2Fkamoejylkabq4cc7d5hu.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%2Fkamoejylkabq4cc7d5hu.png" alt=" " width="800" height="1154"&gt;&lt;/a&gt;&lt;br&gt;
Today I explored tkinter — Python’s GUI library. Instead of just printing in the terminal, I created a window with labels and a button that responds when clicked. Feels like my code just came alive! &lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  SimplePasswordGenerator
&lt;/h1&gt;

&lt;h1&gt;
  
  
  ShowingUp
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 19 of 100- building a mini quiz app.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Wed, 17 Sep 2025 09:57:03 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-19-of-100-building-a-mini-quiz-app-1ioe</link>
      <guid>https://dev.to/lyop_achayi/day-19-of-100-building-a-mini-quiz-app-1ioe</guid>
      <description>&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%2F4fxztpinbp7w3yfrrh1n.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%2F4fxztpinbp7w3yfrrh1n.png" alt=" " width="800" height="1522"&gt;&lt;/a&gt;&lt;/p&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%2Flaar4lssnxxrco64pmtf.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%2Flaar4lssnxxrco64pmtf.png" alt=" " width="800" height="1421"&gt;&lt;/a&gt;&lt;/p&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%2Fnkj0pa6ichq0lxmhy3nn.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%2Fnkj0pa6ichq0lxmhy3nn.png" alt=" " width="800" height="1260"&gt;&lt;/a&gt;&lt;br&gt;
Today I learned how to borrow tools in Python using import. Instead of creating everything from scratch, Python lets me pull in ready-made functions.&lt;/p&gt;

&lt;p&gt;import brings in the whole module.&lt;/p&gt;

&lt;p&gt;from … import lets me pick just what I need.&lt;/p&gt;

&lt;p&gt;import as gives me a shortcut name.&lt;/p&gt;

&lt;p&gt;It’s like having a big toolbox, I don’t need to build the hammer, I just use it. 🧰&lt;/p&gt;

&lt;p&gt;One day, one line, one tool at a time. &lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  MiniQuizApp
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Import
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 18 of 100 - Reflection.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Fri, 12 Sep 2025 14:18:51 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-18-of-100-reflection-146</link>
      <guid>https://dev.to/lyop_achayi/day-18-of-100-reflection-146</guid>
      <description>&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%2F6uaxw7xebpvkxgv12lej.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%2F6uaxw7xebpvkxgv12lej.png" alt=" " width="800" height="477"&gt;&lt;/a&gt;&lt;br&gt;
Life is a lot like a Python list. Each day adds a new item, some are sweet, some are challenging, but all are part of the journey. By going through them one by one, I learn, grow, and keep moving forward. Just like iterating over a list, I’m taking things step by step. &lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  SelfReflection
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 17 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Thu, 11 Sep 2025 14:58:17 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-17-of-100-klf</link>
      <guid>https://dev.to/lyop_achayi/day-17-of-100-klf</guid>
      <description>&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%2Fkxsaw7cwaq3vckdilp06.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%2Fkxsaw7cwaq3vckdilp06.png" alt=" " width="800" height="625"&gt;&lt;/a&gt;&lt;br&gt;
Today I paused to reflect on my journey. One thing I’ve noticed is how Python is slowly sharpening my maths skills. From basic operators to loops, I’m beginning to see how numbers connect and how coding makes maths practical and fun.&lt;/p&gt;

&lt;p&gt;💡 Tips I’m learning along the way:&lt;/p&gt;

&lt;p&gt;Don’t rush, take one concept at a time.&lt;/p&gt;

&lt;p&gt;Practice a little every day (consistency wins).&lt;/p&gt;

&lt;p&gt;Relating code to real-life examples makes it easier.&lt;/p&gt;

&lt;p&gt;Python isn’t just teaching me coding, it’s teaching me patience, problem-solving, and even a new way to understand maths. &lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  ShowingUp
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 16 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Wed, 10 Sep 2025 13:17:49 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-16-of-100-3jjb</link>
      <guid>https://dev.to/lyop_achayi/day-16-of-100-3jjb</guid>
      <description>&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%2Fm54azvm7h7ohsiibdyy2.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%2Fm54azvm7h7ohsiibdyy2.png" alt=" " width="800" height="884"&gt;&lt;/a&gt;&lt;br&gt;
✨ Python Documentary Reflection ✨&lt;/p&gt;

&lt;p&gt;As a media enthusiast, I’ve always loved documentaries and real-life stories. Watching Python’s history unfold through a documentary was powerful!&lt;/p&gt;

&lt;p&gt;From Guido van Rossum’s vision in the ’80s to hearing 18+ software engineers share how Python shaped their lives, it felt like storytelling at its best, only this time in tech.&lt;/p&gt;

&lt;p&gt;It reminded me that coding isn’t just about syntax; it’s about people, creativity, and impact. One story at a time. One line of code at a time. &lt;/p&gt;

&lt;p&gt;👇🏾👇🏾👇🏾&lt;br&gt;
&lt;a href="https://youtu.be/GfH4QL4VqJ0?si=S6ErD6iHuXWSQHqV" rel="noopener noreferrer"&gt;https://youtu.be/GfH4QL4VqJ0?si=S6ErD6iHuXWSQHqV&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  MediaMeetsTech
&lt;/h1&gt;

&lt;p&gt;Douglas Chiemela &lt;br&gt;
uba joseph &lt;br&gt;
Emmanuel David &lt;br&gt;
Cynthia Ibegbu &lt;br&gt;
Emmanuel Ugwu &lt;br&gt;
BlackPythonDevs &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Day 15 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Tue, 09 Sep 2025 12:07:56 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-15-of-100-18e7</link>
      <guid>https://dev.to/lyop_achayi/day-15-of-100-18e7</guid>
      <description>&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%2Fg0cjj7cypv9kuxpbwzl0.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%2Fg0cjj7cypv9kuxpbwzl0.png" alt=" " width="800" height="729"&gt;&lt;/a&gt;&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%2Fazrsefi29o7w4byxpymw.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%2Fazrsefi29o7w4byxpymw.png" alt=" " width="800" height="440"&gt;&lt;/a&gt;&lt;br&gt;
Today I learned about Python keywords, the special reserved words that Python already uses.&lt;br&gt;
They act like the building blocks of the language, guiding how codes are written and understood.&lt;/p&gt;

&lt;p&gt;Step by step, the grammar of Python is making more sense. 💪🏾&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  PythonKeywords
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 14 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Mon, 08 Sep 2025 11:01:41 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-14-of-100-5e9a</link>
      <guid>https://dev.to/lyop_achayi/day-14-of-100-5e9a</guid>
      <description>&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%2Fv1m32546vqdg6fyyokuv.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%2Fv1m32546vqdg6fyyokuv.png" alt=" " width="800" height="1299"&gt;&lt;/a&gt;&lt;br&gt;
✨ Day 14 of 100 ✨&lt;/p&gt;

&lt;p&gt;Today I built a mini story app using functions. 📖&lt;br&gt;
I realized how functions make my code cleaner and more organized. Instead of writing everything in one place, I can break my program into small pieces that work together.&lt;/p&gt;

&lt;p&gt;It feels like directing a movie 🎬.&lt;br&gt;
Each function plays its role in the story.&lt;/p&gt;

&lt;p&gt;One step, one line, one story at a time. &lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  MiniStoryApp
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Day 13 of 100.</title>
      <dc:creator>TANYA LYOP ACHAYI </dc:creator>
      <pubDate>Sat, 06 Sep 2025 14:14:37 +0000</pubDate>
      <link>https://dev.to/lyop_achayi/day-13-of-100-1lij</link>
      <guid>https://dev.to/lyop_achayi/day-13-of-100-1lij</guid>
      <description>&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%2Fg6l4gqdjsf5nwo0gqken.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%2Fg6l4gqdjsf5nwo0gqken.png" alt=" " width="800" height="1100"&gt;&lt;/a&gt;&lt;br&gt;
Today I learned about functions in Python.&lt;br&gt;
Functions are like mini-machines: you give them input, they do some work, and return output. &lt;/p&gt;

&lt;p&gt;They help make code cleaner, reusable, and easier to understand. ✌🏾✌🏾&lt;/p&gt;

&lt;h1&gt;
  
  
  PythonZeroToHeroStudent
&lt;/h1&gt;

&lt;h1&gt;
  
  
  100DaysOfPython
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Functions
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
