Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 740 Bytes

review.md

File metadata and controls

15 lines (12 loc) · 740 Bytes
layout title menu order id
page
Review
Review
3
review

Students joining C4M are expected to already be familiar with basic programming topics like variables, indexing, conditionals, iteration, and basic data structures. Individuals who are unfamiliar with these topics or have only learned them in a programming language other than Python should go through the materials provided below. The lists below contain curated materials and exercises from other courses as well as links to external resources for basic Python programming.

{% include review_table.html lectures=site.review %}

External Resources