Skip to content

Commit 37022ed

Browse files
committed
update for NYU Spring 2026
1 parent 9a75750 commit 37022ed

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

.github/ISSUE_TEMPLATE/new-term-nyu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ assignees: afeld
4242
- [ ] Adjust dates
4343
- [ ] Link from Brightspace
4444
- [ ] Link Assignments
45-
- [ ] Change Assignment dates and publish them
4645
- [ ] Update participation dates, from [Lecture 0-5](https://python-public-policy.afeld.me/en/nyu/syllabus.html#schedule)
4746
- [ ] [Set up the Final Project](https://support.nyu.edu/esc?id=kb_article&sysparm_article=KB0011896)
4847
- [ ] [Make active](https://www.nyu.edu/servicelink/KB0018486)

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.12
1+
3.12.13

extras/lib/school.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ class SchoolText:
9696
email="alf9@nyu.edu",
9797
color="#57058b",
9898
course_name="Python Coding for Public Policy",
99-
term="Fall 2025",
99+
term="Spring 2026",
100100
lms_name="Brightspace",
101-
lms_url="https://brightspace.nyu.edu/d2l/home/477758",
102-
submission_tool_url="https://brightspace.nyu.edu/d2l/le/lessons/477758/topics/11846241",
103-
discussions_url="https://brightspace.nyu.edu/d2l/le/lessons/477758/topics/11846240",
101+
lms_url="https://brightspace.nyu.edu/d2l/home/530902",
102+
submission_tool_url="https://brightspace.nyu.edu/d2l/le/lessons/530902/topics/12575205",
103+
discussions_url="https://brightspace.nyu.edu/d2l/le/lessons/530902",
104104
survey_url="https://docs.google.com/forms/d/e/1FAIpQLSfZI-dMv1-AbZN1bGkfFfrTpWWas6AvIoKoYQuWoNu0uSxefQ/viewform?usp=header",
105105
name_tool_url="https://www.nyu.edu/students/student-information-and-resources/registration-records-and-graduation/forms-policies-procedures/pronouns-and-name-pronunciation.html#S1",
106106
lms_profile_pic_url="https://community.d2l.com/brightspace/kb/articles/18108-change-personal-settings-in-brightspace",

final_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note this is different than [submission for other assignments](assignments.md#su
6767
{% if id == "columbia" -%}
6868
1. Go to [the `Final Project` Assignment in {{lms_name}}.]({{lms_url}}/assignments)
6969
{% else -%}
70-
1. Go to [`Content` -> `Final Project`](https://brightspace.nyu.edu/d2l/le/lessons/477758/topics/12556022).
70+
1. Go to [`Content` -> `Final Project`](https://brightspace.nyu.edu/d2l/le/lessons/530902/topics/12575212).
7171
{%- endif %}
7272
1. Submit the URL to your notebook (`https://colab.research.google.com/drive/...`).
7373

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruff
77
jupyter-resource-usage
88

99
## packages imported directly in notebooks ##
10-
# .python-version should match version in Colab returned by `!python --version`. # Below, match versions in Colab returned by `!pip list` for packages where the interface may change.
10+
# .python-version should match version in Colab returned by `!python --version`. Below, match versions in Colab returned by `!pip list` for packages where the interface may change.
1111
# required for pandas' read_html()
1212
html5lib
1313
lxml

syllabus.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This is the syllabus for the Spring editions of the course. [Find information ab
4545
## Instructor Information
4646

4747
- **Professor:** [Aidan Feldman](https://www.sipa.columbia.edu/communities-connections/faculty/aidan-feldman), {{email}}
48-
- **Readers:**
48+
- **{{assistant_name|title}}s:**
4949
- Section 1: Pranav Mehta, pm3313@columbia.edu
5050
- Section 2: Xinran (Sara) Yang, sxy2007@columbia.edu
5151
- **Office Hours:**
@@ -58,8 +58,10 @@ This is the syllabus for the Spring editions of the course. [Find information ab
5858

5959
- **Course Number:** [PADM-GP 4506](https://wagner.nyu.edu/education/courses/python-coding-for-public-policy)
6060
- **Course site:** [python-public-policy.afeld.me/en/{{school_slug}}/](https://python-public-policy.afeld.me/en/{{school_slug}}/)
61-
- **Class Meeting Times:** Wednesdays, 10/22-12/10, 6:45-8:25pm
62-
- **Class Location:** Wagner, [105 E 17 St](https://maps.app.goo.gl/s96mgESm9W5eEPyUA), room 115
61+
- **Class Meeting Times:** Tuesdays, 3/24-5/5
62+
- Section 1: 4:55pm-6:35pm
63+
- Section 2: 6:45-8:25pm
64+
- **Class Location:** Wagner, [105 E 17 St](https://maps.app.goo.gl/s96mgESm9W5eEPyUA), room 123
6365
- **Prerequisites:** None
6466
- **Textbooks:** None
6567
- Students should bring a laptop to class
@@ -69,6 +71,7 @@ This is the syllabus for the Spring editions of the course. [Find information ab
6971
## Instructor Information
7072

7173
- **Professor:** [Aidan Feldman](https://wagner.nyu.edu/community/faculty/aidan-feldman), {{email}}
74+
- **{{assistant_name|title}}:** Zhiyi Zhao, zz10023@nyu.edu
7275
- **Office Hours:** By appointment; email the instructor
7376

7477
{% endif -%}
@@ -123,16 +126,15 @@ By the end of the course, students will know:
123126

124127
| Date | Lecture | Homework due | [Late deadline](#assignment-scoring) |
125128
| ----- | ------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
126-
| 10/22 | {doc}`lecture_0` | none | |
127-
| 10/29 | {doc}`lecture_1` | [Homework 0][hw0] | |
128-
| 11/5 | {doc}`lecture_2` | [Homework 1][hw1] | [Homework 0][hw0] |
129-
| 11/12 | {doc}`lecture_3` | [Homework 2][hw2] | [Homework 1][hw1] |
130-
| 11/19 | {doc}`lecture_4` | [Homework 3][hw3] and [Final Project proposal][final_prop] | [Homework 2][hw2] |
131-
| 11/26 | none (Thanksgiving) | none | [Homework 3][hw3] and [Final Project proposal][final_prop] |
132-
| 12/3 | {doc}`lecture_5` | [Homework 4][hw4] | none |
133-
| 12/10 | {doc}`lecture_6` | [Final Project][final] | [Homework 4][hw4] |
134-
| 12/13 | none | none | [Final Project][final] |
135-
| 12/17 | [Exam][exam] | [Final Project peer grading][final-peer] | |
129+
| 3/24 | {doc}`lecture_0` | none | |
130+
| 3/31 | {doc}`lecture_1` | [Homework 0][hw0] | |
131+
| 4/7 | {doc}`lecture_2` | [Homework 1][hw1] | [Homework 0][hw0] |
132+
| 4/14 | {doc}`lecture_3` | [Homework 2][hw2] | [Homework 1][hw1] |
133+
| 4/21 | {doc}`lecture_4` | [Homework 3][hw3] and [Final Project proposal][final_prop] | [Homework 2][hw2] |
134+
| 4/28 | {doc}`lecture_5` | [Homework 4][hw4] | [Homework 3][hw3] and [Final Project proposal][final_prop] |
135+
| 5/5 | {doc}`lecture_6` | [Final Project][final] | [Homework 4][hw4] |
136+
| 5/8 | none | none | [Final Project][final] |
137+
| 5/12 | [Exam][exam] | [Final Project peer grading][final-peer] | |
136138

137139
{% endif -%}
138140

0 commit comments

Comments
 (0)