ASTR496: Foundations of Data Science at UIUC Astronomy, Fall 2025
Gautham Narayan, UIUC
TR, 1230-1350
Instructions
Clone this repo
The topics of each week's lectures are described in the syllabus PDF
Lecture slides are in directories named XY/ where XY/ is the number of the week
Various help cheat sheets are included in help/.
Homework assignments are similarly in the homework/ directory - there are instructions in there for submitting your work
Solutions to homework assignments will be posted over the weekend after the Wednesday they were due
You should also review slides and homework solutions to make sure you understand what is happening
Adding to Repo git add git commit -m "Comment" git push
Pulling from <main, origin, upstream> git fetch <main, origin, upstream> git merge upstream/main -m "Comment"