Skip to the content.

Data Structures Writeup • 4 min read

Description

Screenshots and my summary of how my coding has been

Collections Screenshot 2024-04-17 at 10 12 04 AM Screenshot 2024-04-17 at 10 13 13 AM Lists and Dictionaries Screenshot 2024-04-17 at 10 13 13 AM Screenshot 2024-04-17 at 10 13 13 AM APIs and JSON Blog Python API code and use of Postman to request and respond with JSON. Screenshot 2024-05-08 at 10 16 25 AM Screenshot 2024-05-08 at 10 16 40 AM In VSCode, show algorithmic conditions used to validate data on a POST condition. Screenshot 2024-05-08 at 10 19 30 AM In Postman, show URL request and Body requirements for GET, POST, and UPDATE methods. Screenshot 2024-05-08 at 10 36 58 AM In Postman, show the JSON response data for 200 success conditions on GET, POST, and UPDATE methods. Screenshot 2024-05-08 at 10 37 29 AM In Postman, show the JSON response for error for 400 when missing body on a POST request. Screenshot 2024-05-08 at 10 38 17 AM Screenshot 2024-05-08 at 10 38 41 AM Frontend Blog JavaScript API fetch code and formatting code to display JSON. Screenshot 2024-05-10 at 10 04 11 PM Screenshot 2024-05-10 at 10 04 49 PM Screenshot 2024-05-10 at 10 05 08 PM Screenshot 2024-05-10 at 10 05 17 PM In JavaScript code, describe fetch and method that obtained the Array of JSON objects. In JavaScript code, show code that performs iteration and formatting of data into HTML. Screenshot 2024-05-10 at 10 06 07 PM In the Chrome browser, show a demo (POST or UPDATE) gathering and sending input and receiving a response that show update. Repeat this demo showing both success and failure. Screenshot 2024-05-10 at 10 07 11 PM Screenshot 2024-05-10 at 10 07 24 PM In JavaScript code, show and describe code that handles success. Describe how code shows success to the user in the Chrome Browser screen. In JavaScript code, show and describe code that handles failure. Describe how the code shows failure to the user in the Chrome Browser screen. Screenshot 2024-05-10 at 10 07 58 PM

Optional/Extra: Algorithm Analysis in Machine Learning Projects


Machine learning projects involve significant analysis of algorithms. Consider the steps involved in data preparation and making predictions.

Data Preparation for Analysis:


Demonstrate the process of data cleaning, encoding, and one-hot encoding to prepare data for analysis.

Preparation for Predictions:

Show how algorithms are used to prepare for making predictions. Understanding Linear Regression: Discuss the basic concepts and functionality of Linear Regression algorithms. Understanding Decision Tree Analysis: Explain the principles and application of Decision Tree algorithms in analysis.