Community Data Science Course (Spring 2023)/Week 2 lecture notes: Revision history

From CommunityData

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 April 2023

4 April 2023

3 April 2023

25 March 2023

  • curprev 02:5302:53, 25 March 2023Benjamin Mako Hill talk contribs 5,113 bytes +5,113 Created page with "== Resources == * Python data types cheat sheet * Python loops cheat sheet == Lecture outline == === Review Week 1 python material === * math: using python as a calculator **addition, subtraction, multiplication, division **division shows something different: <code>8/2</code> versus <code>2*2</code> * <tt>type()</tt> ** there are different types of things in python (called objects) ** variables that "know about the decimal place" (int) and variables that don't..."