<?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: b c</title>
    <description>The latest articles on DEV Community by b c (@b_c_d5db9cad5d62346fc7ba7).</description>
    <link>https://dev.to/b_c_d5db9cad5d62346fc7ba7</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%2F2579681%2F71497d6c-73c7-43ba-861d-b47a399bfa9b.png</url>
      <title>DEV Community: b c</title>
      <link>https://dev.to/b_c_d5db9cad5d62346fc7ba7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/b_c_d5db9cad5d62346fc7ba7"/>
    <language>en</language>
    <item>
      <title>Building a Fantasy Player Analysis Tool Using Python</title>
      <dc:creator>b c</dc:creator>
      <pubDate>Tue, 17 Dec 2024 02:57:15 +0000</pubDate>
      <link>https://dev.to/b_c_d5db9cad5d62346fc7ba7/building-a-fantasy-player-analysis-tool-using-python-4fnm</link>
      <guid>https://dev.to/b_c_d5db9cad5d62346fc7ba7/building-a-fantasy-player-analysis-tool-using-python-4fnm</guid>
      <description>&lt;p&gt;&lt;a&gt;&lt;/a&gt;As part of my Codecademy course in Python programming, I wanted to build something that connects my love for sports with my learning journey. Being a big fan of fantasy basketball, I thought, why not create a tool to analyze and predict player performance? This project combines my passion for sports with programming and allowed me to practice key concepts like classes, methods, and user interaction in Python&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;## Building the Player Class

Here is the class I created to represent a player:

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;br&gt;
python&lt;br&gt;
class Player:&lt;br&gt;
    def &lt;strong&gt;init&lt;/strong&gt;(self, name, points, assists, rebounds):&lt;br&gt;
        self.name = name&lt;br&gt;
        self.points = points&lt;br&gt;
        self.assists = assists&lt;br&gt;
        self.rebounds = rebounds&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%2Fvgr93b5kym4qzfm7y6ds.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%2Fvgr93b5kym4qzfm7y6ds.png" alt="Image description" width="800" height="166"&gt;&lt;/a&gt;&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>python</category>
      <category>datascience</category>
      <category>programming</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
