Skip to content

Commit 9cb4dcb

Browse files
Update assignment due dates for exercise start
1 parent 8554972 commit 9cb4dcb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"title": "Python Basics",
1111
"description": "Variables, data types, conditionals, and loops",
1212
"path": "assignments/python-basics",
13-
"dueDate": "2025-07-15",
13+
"dueDate": "2025-12-07",
1414
"attachments": [
1515
{
1616
"name": "Starter Code",
@@ -24,28 +24,28 @@
2424
"title": "Games in Python",
2525
"description": "Creating games using Python",
2626
"path": "assignments/games-in-python",
27-
"dueDate": "2025-09-01"
27+
"dueDate": "2025-12-22"
2828
},
2929
{
3030
"id": "python-classes",
3131
"title": "Python Classes",
3232
"description": "Defining and using classes in Python",
3333
"path": "assignments/python-classes",
34-
"dueDate": "2025-08-05",
34+
"dueDate": "2026-01-01",
3535
"attachments": [
3636
{
3737
"name": "Starter Code",
3838
"file": "starter-code.py",
3939
"type": "python"
4040
}
4141
]
42-
}
43-
,{
42+
},
43+
{
4444
"id": "data-analysis",
4545
"title": "Data Analysis",
4646
"description": "Basics of data analysis: loading, exploring, and visualizing data in Python.",
4747
"path": "assignments/data-analysis",
48-
"dueDate": "2025-07-29",
48+
"dueDate": "2026-02-04",
4949
"attachments": [
5050
{
5151
"name": "Starter Code",

0 commit comments

Comments
 (0)