Programming and CS - Getting Started

From Computer Science at Indiana State University
(Redirected from Programming / CS Bootcamps)
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.