Skip to content

Commit 005587b

Browse files
committed
collect links for AI services
1 parent 88ef5bc commit 005587b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

resources.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,19 @@ Want to keep going with Python after this class? See [Developer Roadmaps](https:
102102

103103
Many "learn Python" resources will be web development-oriented — they will probably mention [Django](https://www.djangoproject.com/)/[Flask](https://flask.palletsprojects.com/). If you want to stay focused on data, you might want to look for ones that focus on [data science](#data-analysisscience) or [Python 3 generally](#python-fundamentals). See [Courses](#courses).
104104

105+
## Generative AI
106+
107+
Special access for students:
108+
109+
{% if id == "columbia" -%}
110+
- [Columbia AI services](https://www.cuit.columbia.edu/content/ai-services)
111+
{% else -%}
112+
- [NYU AI services](https://www.nyu.edu/life/information-technology/artificial-intelligence-at-nyu/generative-ai-services.html)
113+
{%- endif %}
114+
- [Copilot Pro through GitHub Education](https://github.com/education/students)
115+
- [Cursor](https://cursor.com/students)
116+
- [Google Colab Pro for Education](https://colab.research.google.com/signup)
117+
105118
## Jupyter outside this course
106119

107120
We use [a cloud-based Jupyter environment (Google Colab)](lecture_0.ipynb#jupyter) for this course to avoid installation issues across student computers. This is the only environment that's supported for course work.

syllabus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ For this course, it's recommended that you try doing the work yourself, asking t
298298
1. Close the AI chat.
299299
1. Re-write the solution yourself.
300300

301+
[Tools](https://python-public-policy.afeld.me/en/{{school_slug}}/resources.html#generative-ai)
302+
301303
{% if id == "columbia" -%}
302304

303305
#### SIPA Academic Integrity Statement

0 commit comments

Comments
 (0)