Training 16 training examples shall guide you to master all Taipy Designer features. You can download these examples here. a_sliders_value Add two numbers and display the result. b_sliders_button_value Use a button to trigger a function that adds numbers and display the result. c_list Single or multiple selection in a list using the list widget. d_multi_select Single or multiple selection in a list using the multi-select widget. e_editable_table Editable table with cells addition display. f_select Select widget. g_file_loader_csv_table Use a file loader button to load a CSV file and display the data using the Table widget. h_date_picker Use a calendar date picker widget to select and display a date. i_plotly_figure Display a simple Plotly Python figure. j_matplotlib_figure Display a simple Matplotlib Python figure. k_folium_map Display a simple Folium Python figure. l_pillow_image Display and modify an image using the Pillow package. m_markdown Display a Markdown file. n_year_calendar Year calendar usage example. o_crud_template CRUD (create, read, update, delete) example. p_multi_page Two-page example.