dev-resources.site
for different kinds of informations.
Building a Fantasy Player Analysis Tool Using Python
Published at
12/17/2024
Categories
python
datascience
programming
sideprojects
Author
b_c_d5db9cad5d62346fc7ba7
Author
25 person written this
b_c_d5db9cad5d62346fc7ba7
open
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
## Building the Player Class
Here is the class I created to represent a player:
python
class Player:
def init(self, name, points, assists, rebounds):
self.name = name
self.points = points
self.assists = assists
self.rebounds = rebounds
sideprojects Article's
30 articles in total
How to come up with project ideas
read article
[Boost]
read article
SnapToPDF
read article
Why Canβt You Start That Side Project Youβve Been Dreaming About?
read article
Why Canβt You Start That Side Project Youβve Been Dreaming About?
read article
My 52 Weeks of madness
read article
Simplifying Project Management with AI-Powered Task Generation
read article
OnlyFans Code for Sale: Launch Your Own Platform with Ease!
read article
75+ Frontend Development Projects Ideas for 2025
read article
Building a Fantasy Player Analysis Tool Using Python
currently reading
How many projects do you currently have pending? π€ποΈ
read article
auto y2025 = new Year(); // Resolutions
read article
Getting My First Users From Building Something Unexpected
read article
Is Project Cost Estimation Software Cloud-Based, On-Premise, or Both?
read article
making π³ pixel avatar and icons generator
read article
Download Manager v0.1.0
read article
Turn PDF Payslips Into a Single CSV Report
read article
Building an Anemia Detection System Using Machine Learning π
read article
I've launched a new web app to generate colors with AI
read article
My December Adventure (of code)
read article
Turning Ideas into Reality: My Journey Through Side Projects
read article
Introducing CodeSnap: A Code-to-PNG Tool in Progress β¨
read article
SideProject: Blogging From WhatsApp
read article
Building the Fun : A Number Guessing Game in 2025
read article
π Introducing the New & Improved SideProjector! π
read article
Building an Efficient File Organizer with Rust
read article
Weekend Project: Create a Personalized Job Posting Agent
read article
Build A Stunning Animated Travel Image Slider Using Html, Css, And JavaScript!
read article
Home Automation System with Arduino and C++
read article
β Advent of Joy: Spread Cheer One Small Act at a Time π
read article
Featured ones: