|
10 | 10 | "title": "Python Basics", |
11 | 11 | "description": "Variables, data types, conditionals, and loops", |
12 | 12 | "path": "assignments/python-basics", |
13 | | - "dueDate": "2025-07-15", |
| 13 | + "dueDate": "2025-12-07", |
14 | 14 | "attachments": [ |
15 | 15 | { |
16 | 16 | "name": "Starter Code", |
|
24 | 24 | "title": "Games in Python", |
25 | 25 | "description": "Creating games using Python", |
26 | 26 | "path": "assignments/games-in-python", |
27 | | - "dueDate": "2025-09-01" |
| 27 | + "dueDate": "2025-12-22" |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "id": "python-classes", |
31 | 31 | "title": "Python Classes", |
32 | 32 | "description": "Defining and using classes in Python", |
33 | 33 | "path": "assignments/python-classes", |
34 | | - "dueDate": "2025-08-05", |
| 34 | + "dueDate": "2026-01-01", |
35 | 35 | "attachments": [ |
36 | 36 | { |
37 | 37 | "name": "Starter Code", |
38 | 38 | "file": "starter-code.py", |
39 | 39 | "type": "python" |
40 | 40 | } |
41 | 41 | ] |
42 | | - } |
43 | | - ,{ |
| 42 | + }, |
| 43 | + { |
44 | 44 | "id": "data-analysis", |
45 | 45 | "title": "Data Analysis", |
46 | 46 | "description": "Basics of data analysis: loading, exploring, and visualizing data in Python.", |
47 | 47 | "path": "assignments/data-analysis", |
48 | | - "dueDate": "2025-07-29", |
| 48 | + "dueDate": "2026-02-04", |
49 | 49 | "attachments": [ |
50 | 50 | { |
51 | 51 | "name": "Starter Code", |
|
0 commit comments