Unicorn Render Badges Concept

Render Badges Concept

Render Badges Concept

The script (Render) reads ranking data and creates an updated view of the Unicorn main page. The script also creates a tabular view of rankings

Step 1 – The Python script (AI_Create_Menu.py) reads Unicorn rankings from AI_Unic_Rank.csv and also reads page template info from an HTML template from unic_menu_template.html and creates the Home page complete with Unicorn Rank badges

Step 2 – The Python script (AI_Create_Menu.py) also reads Unicorn rankings from AI_Unic_Rank.csv and creates tabular historical view of rankings (unic_ranking_list.html)

Process Steps

Step 1 – Read all ranking data from AI_Unic_Rank.csv

Step 2 – Read the HTML template file

Step 3 – Use python logic to insert rank badges into the bottom of the web page and write the web page as unic_menu_PY.html

Step 4 – Use python logic to write a web page named unic_ranking_list.html which is a tabular historical view of unicorn rankings

Back Unicorn Home