USP 410/510 Urban Data Science — Resources

Textbooks

Primary

Supplementary


Working with AI & LLMs

Readings

Prompt Engineering Guides

AI Tools for Students

Tool Cost Notes
Google Gemini for Students Free with edu email Gemini Pro access for students; chat, code generation, research
Google Antigravity Free AI-powered IDE with built-in agents (Gemini, Claude); editor + manager views for parallel agent workflows
OpenAI Codex Included with ChatGPT Plus/Edu AI coding agent that plans, writes, tests, and fixes code in a cloud sandbox
Google Colab + Data Science Agent Free (Colab Pro free for some students) Gemini-powered agent generates notebooks from natural language
GitHub Copilot (Student Plan) Free for verified students AI code completion in VS Code; apply via GitHub Education Pack
Jupyter AI (%%ai magic) Free Prompt LLMs from inside notebook cells; supports Claude, OpenAI, local models
ChatGPT / Claude free tiers Free (limited) Quick questions, brainstorming, debugging
Cursor IDE Free tier available VS Code fork with deep AI + Jupyter integration
Claude Code (CLI) Requires Claude Pro ($20/month) Documentation

Ethics & Critical Thinking


Courses & Tutorials

Free Online Courses

Optional DataCamp Courses

The following DataCamp courses are not required but are recommended for students who want to deepen their skills in specific areas:


Topic-Specific References

Topic Resource URL
Quarto for Python Official tutorial https://quarto.org/docs/get-started/hello/jupyter.html
Seaborn visualization Official tutorial https://seaborn.pydata.org/tutorial.html
Census data (Python) censusdis documentation https://censusdis.readthedocs.io/
Census shapefiles pygris (by Kyle Walker) https://walker-data.com/pygris/
Web scraping BeautifulSoup tutorial (Real Python) https://realpython.com/beautiful-soup-web-scraper-python/
Dashboards Streamlit documentation https://docs.streamlit.io/
Infographic design Ultimate Infographic Design Guide (Venngage) https://venngage.com/blog/infographic-design/

Further Reading

On Taste and Quality

On AI and the Future of Software

Related Courses