Skip to content

Commit

Permalink
Adding all relevant data, changing data structure to conform to new a…
Browse files Browse the repository at this point in the history
…greed-upon fields
  • Loading branch information
dluman committed Jul 18, 2023
1 parent 2ebe4fd commit 2acf7fd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/curriculumData/current_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,24 @@
"topics": [
"Object-oriented programming (OOP)",
"Teamwork",
"Version control systems",
"Version control systems (VCS)",
"Integrated development environments (IDE)",
"Iteration",
"Python programming",
"Conditional logic",
"Variables",
"Functions",
"GitHub Flow",
"Markdown"
],
"tools": ["Python", "VSCode", "Git", "GitHub"],
"lab": [],
"learningObjectives": [],
"learningOutcomes": []
"platform": [],
"learningObjectives": [
"Apply Python programming language primitives to describe and develop computer programs that solve computational problems",
"Use VSCode, git, and GitHub to develop, version, and release code consistent with industry-standard practices",
"Analyze and suggest revisions to existing Python language code to improve or add functionality",
"Evaluate the practical and ethical implications of computer programs written to solve computational problems",
"Design, describe, and implement original projects incorporating standard practices and Python language principles "
],
},
{
"courseNumber": "CMPSC 102",
Expand Down

0 comments on commit 2acf7fd

Please sign in to comment.