Script used to statistically grade an NBA player's complete profile.
Takes 2 Command Line Arguments: First Name and Last Name of the NBA Player. Run it like this: python baller_versus.py [first_name] [last_name]
It prints out five categories that the player is rated on, from 0 to 10: Long Range Shooting, Inside Shooting, Defense, Playmaking and Athleticism.
Want to know more about how these categories were calculated? Want to learn more about how they're used?
Check out http://the-vs.com/category/basketball/ for more!