|
via Udemy |
Go to Course: https://www.udemy.com/course/build-a-nba-fantasy-projection-model-in-python-with-pandas/
Certainly! Here's a comprehensive review and recommendation for the Coursera course based on the provided details: --- **Course Review: Using NBA Stats to Learn Python Programming and Build a Fantasy Projection Model** As a passionate NBA fan and aspiring coder, I highly recommend this engaging and practical course that combines my two interests seamlessly. Designed for learners with some foundational knowledge of Python, this course emphasizes hands-on, project-based learning to help you master programming concepts through an exciting and relevant context—NBA data. **What Makes This Course Stand Out?** This course is uniquely tailored for those who love sports and want to leverage their passion to learn programming. Unlike traditional coding classes that often focus on abstract problems, this course uses NBA statistics to make learning both fun and meaningful. By working on a real project—building an NBA Fantasy Projection model—the instructor motivates students to apply their skills directly to a goal that any fantasy basketball enthusiast will find rewarding. **Course Content and Skills Gained** The course progressively guides you through manipulating NBA stats using Python, with a focus on the Pandas library—an essential tool for data analysis. You'll learn to work with data frames, perform data cleaning, and develop a functional projection model to predict player stats. The emphasis on using Jupyter Notebooks provides a shareable and adaptable platform for your work, enabling continuous improvement and collaboration. **Who Should Take This Course?** This course is ideal for learners who already have a basic understanding of Python and want to apply their knowledge practically. If you're interested in data analysis, sports analytics, or simply enjoy combining your hobbies with learning, this course is perfect for you. **Pros:** - Practical, project-based approach using NBA data - Focus on real-world application and problem-solving - Introduction to Pandas, a powerful data analysis library - Use of Jupyter Notebooks for sharing and collaboration - Fun and engaging concept that keeps motivation high **Cons:** - Not suitable for absolute beginners without prior Python experience - Focused on a specific project, which might limit exposure to other types of data analysis **Final Recommendation** If you're passionate about the NBA and keen to learn Python in a practical, enjoyable way, this course is highly recommended. It offers a perfect blend of sports and data science, providing valuable skills that extend beyond the basketball court. By the end of the course, you'll not only have built your own NBA Fantasy Projection model, but also gained a deeper understanding of data manipulation and analysis—valuable skills in various fields. **In summary:** Whether you're an NBA fanatic, an aspiring data scientist, or someone looking to add a fun project to your portfolio, this course is a great investment. It makes learning Python accessible, relevant, and most importantly, enjoyable! --- Would you like me to help you craft a personal review or share specific tips on what to focus on during the course?
What is this Course?Let me start off by saying that my first love has always been the NBA and my second love is coding. As such, I think this class will be a lot of fun for passionate NBA fans who also happen to be aspiring coders. This is the premier Udemy class out there that uses strictly NBA stats as data to help wrap your head around concepts in the python programming language.While I have found it helpful to read textbooks and watch online tutorials to get a better understanding of the basics for any subject, nothing beats project-based learning. Actually getting your hands dirty and running into real problems that require specific solutions has been my ideal way to learn something new.With that being said, the hardest question typically is, what project should I focus on? From my personal experience, I've found it beneficial to focus on something you are passionate about. To find that something, just think of what you frequently pay attention to in your spare time, when no one is paying you...to pay attention to it. For me, that something is the NBA. I'm a proud subscriber to League Pass. It didn't take long for me to realize that using NBA stats was going to be the best way for me to learn how to code."For one, sports has served as an entry point to data analysis for many. Sports is interesting and has great data relative to other fields, so it can teach skills and methods of thought that are then more broadly applicable. Personally, I learned how to program, a skill that has been enormously valuable to me, specifically to analyze basketball stats. And I'm far from the only story like this." -Ben Falk, Cleaning The GlassThe ProjectUsing the NBA to learn how to code sounds like a good start, but it it still missing a key piece to turn it into an actual project. That key piece is a goal. Tiago Forte defines a project as, "a series of tasks linked to a goal, with a deadline."So what is our goal? Well, for those of you that have played fantasy basketball before, you may have learned how important the draft is. Your team's success is often times linked directly to your success in the draft. And your success in the draft is often linked to how effectively you can project player stats for that upcoming year. If you know Lebron James is going to score more fantasy points than Anthony Davis then you will want Lebron James on your fantasy team.After blindly turning to the internet for many consecutive years to use projection models that weren't made by the oafs at ESPN or Yahoo, it dawned on me that said models had to come from someone's brain. My thinking from there was, "what's stopping me from building my own projection model?"Alas! We have our class project! We are going to build an NBA Fantasy Projection model so you can win your NBA Fantasy League! And how will we do that? By learning to code!What Will You Learn?This is another reminder that everything I've done to date has been a combination of self-teaching and learning from a friend who also happens to be a talented engineer.For our purposes, we are going to focus on Python. I've been hooked on it ever since I took the class Automate the Boring Stuff with Python. It's undoubtedly a popular programming language so I think it will be beneficial for many years to come.This class is not meant to be an introduction to programming or python, so my assumption is that you understand some basics. This class is geared more towards helping you apply Python programming to an actual project to help you better retain information while having fun within the process.Since this class is primarily focused on data (in the form of NBA stats), we will need to manipulate the data in various ways. To help with this, we'll use the Pandas library. Pandas is extremely powerful and can be used in more ways than just building NBA fantasy projection models so I think you will find it extremely helpful to learn more about.In his book, Jake VanderPlas describes Pandas as, "a newer package built on top of NumPy, and provides an efficient implementation of a DataFrame. dataFrames are essentially multidimensional arrays with attached row and column labels, and often with heterogeneous types and/or missing data. As well as offering a convenient storage interface for labeled data, Pandas implements a number of powerful data operations familiar to users of both database frameworks and spreadsheet programs." Said another way, Pandas is SQL and Excel on steroids!By the end of this course you will be ready to win your NBA fantasy league by building the best fantasy projection model using Python and more specifically Pandas. All of this will be done using a Jupyter Notebook so you can share your work and improve on it over the years.