Posts: 2
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Nov 2022
I started this class Thursday, and today made it to the final milestone.
Does anyone have previous experience with this class? I thought it was a beginner-friendly class but Jesus, I'm stuck on how to proceed with the final project.
•
Posts: 44
Threads: 2
Likes Received: 26 in 16 posts
Likes Given: 99
Joined: Aug 2020
I made up a simple scenario of a business needing to parse basic customer info from a CSV file into a database. I just used a simple SQLite database with two tables. This task was much simpler than a game with multiple scenarios (i.e., parse input data from file, ensure input data is valid, then insert it into the database).
For the write up, I basically copied the example they provided & rewrote each section using basic, contrived examples. Don’t over think it! :-) Here’s the program I wrote:
https://replit.com/@AM165/Sophiaorg-Intr...hstone?v=1
Posts: 2
Threads: 1
Likes Received: 0 in 0 posts
Likes Given: 0
Joined: Nov 2022
(11-26-2022, 11:23 PM)BitWiseGuy Wrote: I made up a simple scenario of a business needing to parse basic customer info from a CSV file into a database. I just used a simple SQLite database with two tables. This task was much simpler than a game with multiple scenarios (i.e., parse input data from file, ensure input data is valid, then insert it into the database).
For the write up, I basically copied the example they provided & rewrote each section using basic, contrived examples. Don’t over think it! :-) Here’s the program I wrote:
https://replit.com/@AM165/Sophiaorg-Intr...hstone?v=1
I have been trying to start the coding portion but for some reason, i cant run it in order to text it on replit.
•