F1nnC / mysite

Blog Notebook for 2022-2023 AP Computer Science Principles
https://f1nnc.github.io/mysite/
GNU General Public License v3.0
0 stars 0 forks source link

Week 26 #18

Open F1nnC opened 1 year ago

F1nnC commented 1 year ago

2.4A 2.4B

Build copies of Notebooks with answers/comments for all questions and hacks in 2.4a and 2.4b. Debugging screenshots showing understanding of key Objects

Create your own Jupyter Notebook, using your own table.

Create Menu/Tester with all CRUD operations, including Delete and Update

EdwinKuttappi commented 1 year ago
2.7+, you answered all the questions and I think that it was interesting your database was focused on schools. On your last code segment for 2.4a, it was good that you printed all the options that were available and it helped me to try and incorporate something like this into mine Criteria Peer-Reviewed Score Comments
Build copies of Notebooks with answers/comments for all questions and hacks in 2.4a and 2.4b. Debugging screenshots showing understanding of key Objects 0.9 You made the notebooks and they are displayed on your fastpages and I saw screenshots of your debugging
Create your own Jupyter Notebook, using your own table 0.9 As mentioned earlier, I thought it was interesting that you decided to choose homework and other objects focused around school
Create Menu/Tester with all CRUD operations, including Delete and Update 0.9 It seems that all the CRUD operations are working and you showed that in the output cells, but the calling of the function is commented out