From 035b2e9b2814f3492cd6cbba0c47a25133d0a1be Mon Sep 17 00:00:00 2001 From: catbyte-io Date: Sat, 27 Sep 2025 15:09:44 -0600 Subject: [PATCH 1/3] Create reflections.txt for Task 6 --- assignment12/reflection.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assignment12/reflection.txt diff --git a/assignment12/reflection.txt b/assignment12/reflection.txt new file mode 100644 index 0000000..07247cf --- /dev/null +++ b/assignment12/reflection.txt @@ -0,0 +1,4 @@ +Task 6: Reflection +Reflect on the differences between static and interactive visualizations. +Write a short paragraph discussing the advantages of using dashboards for real-time data exploration. +Explain how interactive tools like Plotly and Dash can improve data communication in professional settings. \ No newline at end of file From 59b7c91ba7ba9ed2c923e5a1d3387af053863236 Mon Sep 17 00:00:00 2001 From: catbyte-io Date: Sat, 27 Sep 2025 15:27:04 -0600 Subject: [PATCH 2/3] Write reflections. --- assignment12/reflection.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/assignment12/reflection.txt b/assignment12/reflection.txt index 07247cf..6d2b90d 100644 --- a/assignment12/reflection.txt +++ b/assignment12/reflection.txt @@ -1,4 +1,20 @@ Task 6: Reflection Reflect on the differences between static and interactive visualizations. +Static and dynamic visualizations both tell a story about data, but do so in different ways. +Static visualizations are fixed and unchanging. This represents the data at a +specific moment in time. +Dynamic visualizations are changing and sometimes interactive. +These visualizations represent the data as it is changing or by a given input chosen by a user. + Write a short paragraph discussing the advantages of using dashboards for real-time data exploration. -Explain how interactive tools like Plotly and Dash can improve data communication in professional settings. \ No newline at end of file +Dashboards provide an interface for users to view the data they care about and choose different inputs and views. +Dashboards collect different data views into one place so that users can analyze and make decisions based on the +data more easily. It is also easier to see correlations and gain a deeper understanding of the data. + +Explain how interactive tools like Plotly and Dash can improve data communication in professional settings. +interactive tools like Plotly and Dash facilitate data communication by displaying complex +data in an intuitive format that is easy to interact with and comprehend. +These tools help convey stories about data that would not otherwise be as clear. +These tools also facilitate easy import and export methods to ease the sharing of data to peers. +This fosters collaboration between professionals. Data tools can be used to convey specific +points about datasets that can be easily displayed and shared. \ No newline at end of file From baae3d5bcc4e8da3324c265d575e2645e7212d76 Mon Sep 17 00:00:00 2001 From: catbyte-io Date: Tue, 30 Sep 2025 20:23:01 -0600 Subject: [PATCH 3/3] Create service_urls.txt for Render service url --- assignment12/service_urls.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 assignment12/service_urls.txt diff --git a/assignment12/service_urls.txt b/assignment12/service_urls.txt new file mode 100644 index 0000000..51d183b --- /dev/null +++ b/assignment12/service_urls.txt @@ -0,0 +1 @@ +https://catbyte-io-python-assignment12.onrender.com/ \ No newline at end of file