コード例 #1
0
ファイル: main.py プロジェクト: lau-gary10/nbaPowerRanking
 def run_to_get_history_of_finals_teams_in_relation_to_true_power_rank():
     common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL +
                                    NBA_CHAMPION_URL)
     common_lib.call_another_module('parse_html_file.py')
     common_lib.call_another_module('evaluate_true_power_ranking.py' +
                                    NBA_POWER_RANKING_CSV_FILE)
     common_lib.call_another_module('evaluate_gap.py' +
                                    NBA_POWER_RANKING_CSV_FILE)
     common_lib.call_another_module(
         'evaluate_true_power_ranking_with_champion.py' +
         NBA_POWER_RANKING_CSV_FILE + YEAR)
コード例 #2
0
ファイル: main.py プロジェクト: lau-gary10/nbaPowerRanking
 def run_to_get_current_power_ranking():
     common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL +
                                    NBA_CHAMPION_URL)
     common_lib.call_another_module('parse_html_file.py')
     common_lib.call_another_module('evaluate_true_power_ranking.py' +
                                    NBA_POWER_RANKING_CSV_FILE)
     common_lib.call_another_module('evaluate_gap.py' +
                                    NBA_POWER_RANKING_CSV_FILE)
コード例 #3
0
ファイル: main.py プロジェクト: Sandy4321/nbaPowerRanking
 def run_to_get_history_of_finals_teams_in_relation_to_true_power_rank():
     common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL + NBA_CHAMPION_URL)
     common_lib.call_another_module('parse_html_file.py')
     common_lib.call_another_module('evaluate_true_power_ranking.py' + NBA_POWER_RANKING_CSV_FILE)
     common_lib.call_another_module('evaluate_gap.py' + NBA_POWER_RANKING_CSV_FILE)
     common_lib.call_another_module('evaluate_true_power_ranking_with_champion.py' + NBA_POWER_RANKING_CSV_FILE + YEAR)
コード例 #4
0
ファイル: main.py プロジェクト: Sandy4321/nbaPowerRanking
 def run_to_get_current_power_ranking():
     common_lib.call_another_module('get_html_data.py' + NBA_STANDINGS_URL + NBA_CHAMPION_URL)
     common_lib.call_another_module('parse_html_file.py')
     common_lib.call_another_module('evaluate_true_power_ranking.py' + NBA_POWER_RANKING_CSV_FILE)
     common_lib.call_another_module('evaluate_gap.py' + NBA_POWER_RANKING_CSV_FILE)