Programming and CS - Getting Started

From Computer Science at Indiana State University
Revision as of 02:02, 5 June 2026 by Jkinne (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting Started Pages

Practice Programming Contest Problems

See Programming Practice.

Source Control

It is a good idea to use source control when developing software, and is necessary when you are developing in a group or professionally. When working on assignments or course projects it is the best practice to use a private repository so other students cannot copy your work. Git is the industry standard for source control. Here are some resources to use to learn Git.