<?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: Dominic Dragone</title>
    <description>The latest articles on DEV Community by Dominic Dragone (@domedra).</description>
    <link>https://dev.to/domedra</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%2F3349433%2F197b8656-feda-47d2-bbda-3987aeb32c11.jpg</url>
      <title>DEV Community: Dominic Dragone</title>
      <link>https://dev.to/domedra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/domedra"/>
    <language>en</language>
    <item>
      <title>"Book" recommendation software</title>
      <dc:creator>Dominic Dragone</dc:creator>
      <pubDate>Wed, 23 Jul 2025 16:42:55 +0000</pubDate>
      <link>https://dev.to/domedra/book-recommendation-software-24f3</link>
      <guid>https://dev.to/domedra/book-recommendation-software-24f3</guid>
      <description>&lt;p&gt;Worked on a small project to create a recommendation software that can suggest to a user from a database of "not real books" what to read.  The user can search by a genre, recently added, top rated, or recently added.  They can also add their own book to the library.  This project utilized while loops, building a class with methods, searching for data in a database.  While I only included a handful of "books", just to test functionality.  Have a look if you are interested!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/domedra91/let-s-read.git" rel="noopener noreferrer"&gt;https://github.com/domedra91/let-s-read.git&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>python</category>
    </item>
    <item>
      <title>Attempted to build my first py game - TicTacToe</title>
      <dc:creator>Dominic Dragone</dc:creator>
      <pubDate>Sat, 12 Jul 2025 21:09:20 +0000</pubDate>
      <link>https://dev.to/domedra/attempted-to-build-my-first-py-game-tictactoe-36m2</link>
      <guid>https://dev.to/domedra/attempted-to-build-my-first-py-game-tictactoe-36m2</guid>
      <description>&lt;p&gt;Worked on a test project to build for practice.  However, I can't seem the game to break after a winner is determined.  The computer also overrides previous choices even though I told it to pick from a list of integers.  Initially I wanted to blackjack but became tic tac toe.  Any help would be greatly appreciated!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/domedra91/blackjack.git" rel="noopener noreferrer"&gt;https://github.com/domedra91/blackjack.git&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>gamechallenge</category>
      <category>help</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
