Skip to content

Commit d035d06

Browse files
committed
update related course info
1 parent a8f1c15 commit d035d06

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

resources.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,15 @@ There are countless blog posts, videos, books, etc. out there. There is no "best
3838
## Courses
3939

4040
{% if id == "columbia" -%}
41-
- [Other Data Analytics & Quantitative Analysis (DAQA) courses](https://bulletin.columbia.edu/sipa/specializations/daqa/#coursestext)
41+
- Related [Data Analytics & Quantitative Analysis (DAQA) courses](https://bulletin.columbia.edu/sipa/specializations/daqa/#coursestext):
42+
- Application Development for Social Impact
43+
- Applying Machine Learning — if interested, you should take [Computing in Context](https://computing-in-context.afeld.me/) instead of {{course name}}
44+
- Intro to Text Analysis in Python / Text as Data
45+
- Intro to Infographics and Data Visualization
46+
- Introduction to Database Design, Management, and Security
47+
- Time Series Analysis
4248
{% else -%}
43-
- [Pre-approved courses outside of Wagner (for Wagner students)](https://wagner.nyu.edu/portal/students/academics/courses/non-wagner-courses)
49+
- [Courses outside Wagner](https://wagner.nyu.edu/portal/students/academics/courses/across-nyu)
4450
{%- endif %}
4551
- [Free trials for online courses through the GitHub Student Developer Pack](https://education.github.com/pack?sort=popularity&tag=Learn#offers)
4652

@@ -86,7 +92,7 @@ There are countless blog posts, videos, books, etc. out there. There is no "best
8692

8793
Want to keep going with Python after this class? See [Developer Roadmaps](https://roadmap.sh/) for directions you can go. This course doesn't spend a lot of time on [Python fundamentals](#python-fundamentals), so it's recommended that you do that first.
8894

89-
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).
95+
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).
9096

9197
## Jupyter outside this course
9298

0 commit comments

Comments
 (0)