https://github.com/susanev/uw-stars-cse
Curriculum for support classes in the intro sequence at UW CSE (142/143).
https://github.com/susanev/uw-stars-cse
cs-education cse cse142 cse143 curriculum uw
Last synced: about 1 month ago
JSON representation
Curriculum for support classes in the intro sequence at UW CSE (142/143).
- Host: GitHub
- URL: https://github.com/susanev/uw-stars-cse
- Owner: susanev
- Created: 2016-09-07T16:17:37.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T01:29:15.000Z (over 2 years ago)
- Last Synced: 2025-03-16T16:44:01.569Z (about 1 month ago)
- Topics: cs-education, cse, cse142, cse143, curriculum, uw
- Language: JavaScript
- Homepage:
- Size: 3.42 MB
- Stars: 23
- Watchers: 2
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# UW Stars CSE Curriculum
_This repository holds the curriculum for a series of computer science support classes for students enrolled in the [STARS](https://www.engr.washington.edu/current/stars) program at the University of Washington._## Courses
### [Exploring CS](exploring-cs)
_Course Description_: Introduction to computer science class for [STARS](https://www.engr.washington.edu/current/stars) students considering enrolling in the 142/143 sequence during their second year. Course content will focus on programming with the [Processing](https://processing.org/) language. Students will be expected to attend class two times a week and complete numerous projects. Topics covered include methods, parameters, conditionals, loops, arrays, and an introduction to objects.[Syllabus](exploring-cs/syllabus.md)
### [CSE 142](142)
__Course Description__: Support class for [STARS](https://www.engr.washington.edu/current/stars) students enrolled in CSE142 to ensure success. This will include reinforcing concepts through lecture, practice quizzes and problem sets. Students will also be expected to attend a 30-minute check-in meeting each week to evaluate their progress and determine additional supports needed.[Syllabus](142/syllabus.md)
### [CSE 143](143)
__Course Description__: Support class for [STARS](https://www.engr.washington.edu/current/stars) students enrolled in CSE143 to ensure success. This will include reinforcing concepts through lecture, practice quizzes and problem sets. Select students will also be expected to attend a check-in meeting each week to evaluate their progress and determine additional supports needed.[Syllabus](143/syllabus.md)
## FAQ
1. Can I use these materials in my own class?Yes! But please credit Stuart Reges, Marty Stepp, and myself—Susan Evans
1. How do you print these resources?
I have had success using [grip](https://github.com/joeyespo/grip) to display in Chrome, and then print to pdf from Chrome. To install `grip` use `pip install grip`
## References
Some of these materials are taken from, or inspired by the work of [Stuart Reges](https://homes.cs.washington.edu/~reges/) and [Marty Stepp](http://www.martystepp.com/) in their [Building Java Programs](http://www.buildingjavaprograms.com/) book and resources.