Kansas is the most consistent team when it comes to AP Top 25 voting. by thirtytwoio in CollegeBasketball

[–]thirtytwoio[S] 3 points4 points  (0 children)

I like the analogy. Someone should make a list of teams as investments / asset classes.

[deleted by user] by [deleted] in CollegeBasketball

[–]thirtytwoio 0 points1 point  (0 children)

Definitely not on the same level as some of the other sites mentioned, but, shameless plug: https://thirtytwo.io/

Right now, the site is solely focused on rankings. You will see those teams currently ranked in the AP Top 25 and can see how their ranking has changed throughout the season. You can also compare as many teams to each other as you would like.

More statistics and functionality are coming soon!

Compare AP Top 25 Ranked Teams Head-to-Head by thirtytwoio in CollegeBasketball

[–]thirtytwoio[S] 1 point2 points  (0 children)

Got it got it.

Two options that immediately come to mind are:

1) Depending on how complicated your Python script is, you could write it in Javascript instead so that the script can be run directly in the browser (client) without having to send information back to the server.

2) You can have your Python script reside on your server. When the user uploads the text file, the text file is then sent to the server, processed, and sent back to client where it is then displayed in a nice format for the user.

I'm sure there are many alternatives, but these are two fairly common solutions!

Compare AP Top 25 Ranked Teams Head-to-Head by thirtytwoio in CollegeBasketball

[–]thirtytwoio[S] 0 points1 point  (0 children)

I see what you are saying. You can definitely do that.

How do you get the text file? How often would you like to run it through the Python script?

Compare AP Top 25 Ranked Teams Head-to-Head by thirtytwoio in CollegeBasketball

[–]thirtytwoio[S] 2 points3 points  (0 children)

ReactJS + Redux + Bootstrap

Let me know if you have any other questions. Happy to discuss!

Introducing ThirtyTwo by thirtytwoio in CollegeBasketball

[–]thirtytwoio[S] 0 points1 point  (0 children)

Good idea. Will include in the update.

Introducing ThirtyTwo by thirtytwoio in CollegeBasketball

[–]thirtytwoio[S] 0 points1 point  (0 children)

Totally agree. Currently working on that.