<?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: Erebus-minus</title>
    <description>The latest articles on DEV Community by Erebus-minus (@erebusminus).</description>
    <link>https://dev.to/erebusminus</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%2F2094919%2F7044a1d0-9c4e-4e61-97d5-3564248c886f.png</url>
      <title>DEV Community: Erebus-minus</title>
      <link>https://dev.to/erebusminus</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/erebusminus"/>
    <language>en</language>
    <item>
      <title>First ever beginner Python Project</title>
      <dc:creator>Erebus-minus</dc:creator>
      <pubDate>Thu, 19 Sep 2024 04:54:53 +0000</pubDate>
      <link>https://dev.to/erebusminus/first-ever-beginner-python-project-5833</link>
      <guid>https://dev.to/erebusminus/first-ever-beginner-python-project-5833</guid>
      <description>&lt;p&gt;I am currently trying to get better at coding. I started learning when I was younger, took a huge break, and am starting once again. I knew that card games were pretty common for beginner projects, so I made one, that being GO Fish. I felt like it would challenge me as a beginner and it for sure did. &lt;/p&gt;

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

&lt;p&gt;My code is similar to the GO Fish game just that the it uses only 2 players, you and a bot. It has several functions resembling actions you would normally do. Like asking for a card, drawing a card, setting a book, even just picking a card. The entirety of the process takes form in a while loop that will keep going until the number of cards in the deck is 0/empty. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Erebus-minus/First-Python-Project.git" rel="noopener noreferrer"&gt;https://github.com/Erebus-minus/First-Python-Project.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hopefully, some of y'all can check my code out and give me pointers on what I did right or what I can change. &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>python</category>
      <category>github</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
