From 90bb9d5613bec3ff0bc36916965f14f2f35387de Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CMSS3-ALSULAIMA=E2=80=9D?=
 <Mohammed3.Alsulaimani@live.uwe.ac.uk>
Date: Sun, 12 Nov 2023 07:01:43 +0400
Subject: [PATCH] Process Development report

---
 UFCFVQ-15-M Programming Task 1 Template.ipynb | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/UFCFVQ-15-M Programming Task 1 Template.ipynb b/UFCFVQ-15-M Programming Task 1 Template.ipynb
index 08a53ae..2164bd4 100644
--- a/UFCFVQ-15-M Programming Task 1 Template.ipynb	
+++ b/UFCFVQ-15-M Programming Task 1 Template.ipynb	
@@ -585,7 +585,15 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "# write  here"
+    "For this task I made the decision to create my custom functions for calculating measures, like the mean standard deviation and various percentiles. Of relying on built tools from Python libraries I wanted to understand the underlying mathematics and translate it into functional Python code. To map out my approach I utilized pseudocode—a version of code that helps outline the steps without getting overwhelmed by intricate details.\n",
+    "\n",
+    "This hands on methodology proved to be quite challenging. It added complexity to the project. Required scrutiny to avoid errors. Since I wasn't utilizing libraries I had to write lines of code compared to using ready made solutions that could accomplish the same tasks in fewer lines. However despite the increased difficulty level this approach provided insights into how these statistical calculations function and their significance.\n",
+    "\n",
+    "In retrospect there are areas where I believe I can enhance my code further in endeavors. Streamlining its readability and maintainability would be a priority while also exploring techniques, for optimizing its execution speed.\n",
+    "\n",
+    "Although I was unable to utilize any preexisting libraries, for this project I contemplated approaches that could potentially enhance efficiency. These included breaking down the data into segments for processing and exploring intelligent mathematical techniques to expedite the process.\n",
+    "\n",
+    "Overall even though employing libraries would have simplified the project constructing everything from scratch proved to be an endeavor. It compelled me to reflect on the balance, between leveraging existing resources and cultivating a comprehension by undertaking tasks independently."
    ]
   },
   {
-- 
GitLab