ellierozen / csp3-repo

MIT License
0 stars 0 forks source link

Data Structure Writeup #11

Open ellierozen opened 2 months ago

ellierozen commented 2 months ago

link to blog

jkaeshim commented 2 months ago

Total Points 3.7875 / 4 Extra Points 0 / 1

Collections - Total 3 / 3, Grade 1/1 Blog Python Model code and SQLite Database. Show your unique collection/table in database, display rows and columns in the table of the SQLite database from VSCode using SQLite3 Editor. Show your unique code that was created to initialize table and create test data from VSCode model.

Lists and Dictionaries - Total 3/3, Grade 1/1 Blog Python API code and use of List and Dictionaries. Show a list as extracted from database as Python objects in VSCode using Debugger. Show two distinct examples of dictionaries, show Keys/Values using debugger in VSCode.

APIs and JSON - Total 6/7, Grade 0.85/1 Blog Python API code and use of Postman to request and respond with JSON. Show Python API code definition for request and response using GET, POST, UPDATE methods in VSCode. Discuss algorithmic condition used to direct request to appropriate Python method based on request method. Show algorithmic conditions used to validate data on a POST condition in VSCode. Show URL request and Body requirements for GET, POST, and UPDATE methods in Postman. Show the JSON response data for 200 success conditions on GET, POST, and UPDATE methods in Postman. Show the JSON response for error for 400 when missing body on a POST request in Postman. Show the JSON response for error for 404 when providing an unknown user ID to a UPDATE request in Postman.

Frontend - Total 7.5/8, Grade 0.9375/1 Blog JavaScript API fetch code and formatting code to display JSON. Show response of JSON objects from fetch of GET, POST, and UPDATE methods in Chrome inspect. Show a demo (GET) of obtaining an Array of JSON objects that are formatted into the browsers screen in the Chrome browser. 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 in JavaScript code. 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 in the Chrome browser. 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 in JavaScript code.

Optional/Extra, ML Algorithm Analysis - Total 0/5, Grade 0/1 Machine Learning Algorithm Analysis Show algorithms and preparation of data for analysis. This includes cleaning, encoding, and one-hot encoding. Show algorithms and preparation for predictions. Discuss concepts and understanding of Linear Regression algorithms. Discuss concepts and understanding of Decision Tree analysis algorithms.