Programming and CS - Getting Started: Difference between revisions

From Computer Science at Indiana State University
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
We are developing Getting Started pages on the most important topics and skills that are used throughout our courses.  These can be used by incoming undergraduate students to get a head start, incoming graduate students to review, or current students to refresh/remediate.


=Getting Started Pages=
=Getting Started Pages=

Latest revision as of 02:02, 5 June 2026

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.